We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eff0c commit c523ffbCopy full SHA for c523ffb
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
version: ${{ env.MISE_VERSION }}
36
if: ${{ steps.release.outputs.release_created }}
37
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
38
39
cache: yarn
40
registry-url: 'https://registry.npmjs.org'
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: jdx/[email protected]
14
15
16
17
18
19
- run: mise run ci
0 commit comments