File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 -
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments