Skip to content

Commit e4ee515

Browse files
committed
fix "Node.js 16 actions are deprecated"
1 parent 539c971 commit e4ee515

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@v3
25+
- uses: actions/checkout@v4
2626

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

0 commit comments

Comments
 (0)