Skip to content

Commit a738a08

Browse files
authored
chore(CI): upgrade github actions (#19)
1 parent 4af6832 commit a738a08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout 🛬
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '14'
2222

@@ -26,7 +26,7 @@ jobs:
2626
npm run build
2727
2828
- name: Cache build artifacts
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: build
3232
key: build-artifacts-${{ github.sha }}
@@ -39,16 +39,16 @@ jobs:
3939
contents: write
4040
steps:
4141
- name: Checkout 🛬
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343

4444
- name: Restore cached build artifacts
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: build
4848
key: build-artifacts-${{ github.sha }}
4949

5050
- name: Deploy 🚀
51-
uses: JamesIves/github-pages-deploy-action@4.1.5
51+
uses: JamesIves/github-pages-deploy-action@v4
5252
with:
5353
branch: gh-pages
5454
folder: build

0 commit comments

Comments
 (0)