Skip to content

Commit a7830fd

Browse files
authored
Merge pull request #56 from jigintern/sztm/update-action
💚 GitHub Actions に使われているアクションを最新のものに変更
2 parents edd8300 + 7acae7f commit a7830fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737

3838
- name: Setup Pages
39-
uses: actions/configure-pages@v3
39+
uses: actions/configure-pages@v5
4040

4141
- name: Setup Packages
4242
run: sudo apt update && sudo apt install jq npm fonts-noto
@@ -79,7 +79,7 @@ jobs:
7979
path: ./
8080

8181
- name: Upload to GitHub Pages
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v3
8383
with:
8484
path: ./
8585

@@ -93,4 +93,4 @@ jobs:
9393
steps:
9494
- name: Deploy to GitHub Pages
9595
id: deployment
96-
uses: actions/deploy-pages@v1
96+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)