Skip to content

Commit c52cc2c

Browse files
authored
Merge pull request #94 from line/dev
Update Github Actions
2 parents 86d354a + 03cfcb5 commit c52cc2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Setup Pages
25-
uses: actions/configure-pages@v3
25+
uses: actions/configure-pages@v4
2626
- name: Install
2727
run: npm i
2828
- name: Build
@@ -44,14 +44,14 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v4
4848

4949
# Tagging job
5050
tag:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v4
5555
with:
5656
fetch-depth: "0"
5757
- name: Read packages.json

0 commit comments

Comments
 (0)