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 c10c1ba commit a3a7a07Copy full SHA for a3a7a07
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
node_version: [18, 20, 22, 23]
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
- name: Use Node ${{matrix.node_version}}
23
uses: actions/setup-node@master
24
with:
@@ -34,7 +34,7 @@ jobs:
34
shell: bash
35
run: |
36
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37
- - uses: actions/cache@v4
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
38
name: Setup pnpm cache
39
40
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
0 commit comments