Skip to content

Commit caeb678

Browse files
committed
Update actions-gh-pages step: v3 -> v4
1 parent 9e9155c commit caeb678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scheduler_daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: 🚀 Deploy to GitHub Pages
6767
if: github.ref == 'refs/heads/main' && job.status == 'success' && env.IS_UPDATED == 'true'
68-
uses: peaceiris/actions-gh-pages@v3
68+
uses: peaceiris/actions-gh-pages@v4
6969
with:
7070
personal_token: ${{ secrets.GITHUB_TOKEN }}
7171
publish_dir: ./_site

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: 🚀 Deploy to GitHub Pages
6363
if: github.ref == 'refs/heads/main' && job.status == 'success'
64-
uses: peaceiris/actions-gh-pages@v3
64+
uses: peaceiris/actions-gh-pages@v4
6565
with:
6666
personal_token: ${{ secrets.GITHUB_TOKEN }}
6767
publish_dir: ./_site

0 commit comments

Comments
 (0)