Skip to content

Commit 76b684e

Browse files
update github actions
1 parent fdc8b66 commit 76b684e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os.image }}
1515
steps:
1616
- name: Github checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Use Node.js
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
2222
- run: npm ci

0 commit comments

Comments
 (0)