We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e848a03 commit f042df7Copy full SHA for f042df7
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [16.x]
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
50
51
52
53
- name: cache deps
54
uses: actions/cache@main
0 commit comments