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 e848a03 commit 7ac250aCopy full SHA for 7ac250a
.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@v6
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