We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b047d8b commit d7d84c8Copy full SHA for d7d84c8
.github/workflows/ci.yml
@@ -5,14 +5,14 @@ jobs:
5
runs-on: ubuntu-latest
6
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
10
- name: Use Node.js
11
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
12
with:
13
node-version-file: 'package.json'
14
15
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
16
17
path: ~/.npm
18
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments