Bump actions to latest major
This commit is contained in:
parent
3dd7a2ef4e
commit
2823dae6ea
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
-
|
-
|
||||||
|
|
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -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
|
||||||
|
|
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user