Skip to content

Commit 6c3854e

Browse files
committed
Update Github Actions
1 parent eed4459 commit 6c3854e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
test_and_lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
id: node_modules_cache
2929
with:
3030
path: node_modules

0 commit comments

Comments
 (0)