Bump actions to latest major

This commit is contained in:
CrazyMax 2022-05-26 23:28:32 +02:00
parent 3dd7a2ef4e
commit 2823dae6ea
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 10 additions and 10 deletions

View File

@ -87,7 +87,7 @@ jobs:
tree -f -h ./public tree -f -h ./public
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v2 uses: crazy-max/ghaction-github-status@v3
with: with:
pages_threshold: major_outage pages_threshold: major_outage
- -

View File

@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Run Labeler name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3 uses: crazy-max/ghaction-github-labeler@v4

View File

@ -63,7 +63,7 @@ jobs:
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v2 uses: crazy-max/ghaction-github-pages@v3
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public
@ -79,16 +79,16 @@ sign commits:
```yaml ```yaml
- -
name: Import GPG key name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3 uses: crazy-max/ghaction-import-gpg@v5
with: with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }} passphrase: ${{ secrets.PASSPHRASE }}
git-user-signingkey: true git_user_signingkey: true
git-commit-gpgsign: true git_commit_gpgsign: true
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v2 uses: crazy-max/ghaction-github-pages@v3
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public
@ -104,13 +104,13 @@ check availability of GitHub Pages before deploying:
```yaml ```yaml
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v2 uses: crazy-max/ghaction-github-status@v3
with: with:
pages_threshold: major_outage pages_threshold: major_outage
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v2 uses: crazy-max/ghaction-github-pages@v3
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public