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 02b66f1 commit db36a3dCopy full SHA for db36a3d
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
34
- name: Cache ~/.pnpm-store
35
- uses: actions/cache@latest
+ uses: actions/cache@v3
36
env:
37
cache-name: cache-pnpm-store
38
with:
@@ -62,8 +62,8 @@ jobs:
62
id-token: write
63
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
64
steps:
65
- - uses: actions/checkout@latest
66
- - uses: actions/setup-node@latest
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
67
68
node-version-file: '.nvmrc'
69
0 commit comments