Skip to content

Commit 2823dae

Browse files
committed
Bump actions to latest major
1 parent 3dd7a2e commit 2823dae

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
tree -f -h ./public
8888
-
8989
name: Check GitHub Pages status
90-
uses: crazy-max/ghaction-github-status@v2
90+
uses: crazy-max/ghaction-github-status@v3
9191
with:
9292
pages_threshold: major_outage
9393
-

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v3
1818
-
1919
name: Run Labeler
20-
uses: crazy-max/ghaction-github-labeler@v3
20+
uses: crazy-max/ghaction-github-labeler@v4

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
-
6464
name: Deploy to GitHub Pages
6565
if: success()
66-
uses: crazy-max/ghaction-github-pages@v2
66+
uses: crazy-max/ghaction-github-pages@v3
6767
with:
6868
target_branch: gh-pages
6969
build_dir: public
@@ -79,16 +79,16 @@ sign commits:
7979
```yaml
8080
-
8181
name: Import GPG key
82-
uses: crazy-max/ghaction-import-gpg@v3
82+
uses: crazy-max/ghaction-import-gpg@v5
8383
with:
84-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
84+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
8585
passphrase: ${{ secrets.PASSPHRASE }}
86-
git-user-signingkey: true
87-
git-commit-gpgsign: true
86+
git_user_signingkey: true
87+
git_commit_gpgsign: true
8888
-
8989
name: Deploy to GitHub Pages
9090
if: success()
91-
uses: crazy-max/ghaction-github-pages@v2
91+
uses: crazy-max/ghaction-github-pages@v3
9292
with:
9393
target_branch: gh-pages
9494
build_dir: public
@@ -104,13 +104,13 @@ check availability of GitHub Pages before deploying:
104104
```yaml
105105
-
106106
name: Check GitHub Pages status
107-
uses: crazy-max/ghaction-github-status@v2
107+
uses: crazy-max/ghaction-github-status@v3
108108
with:
109109
pages_threshold: major_outage
110110
-
111111
name: Deploy to GitHub Pages
112112
if: success()
113-
uses: crazy-max/ghaction-github-pages@v2
113+
uses: crazy-max/ghaction-github-pages@v3
114114
with:
115115
target_branch: gh-pages
116116
build_dir: public

0 commit comments

Comments
 (0)