Skip to content

Commit 28726fd

Browse files
authored
Update github actions version
1 parent 0e3599f commit 28726fd

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
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 16
1818

19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: '**/node_modules'
2222
key: modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)