Skip to content

Commit a3a7a07

Browse files
chore(deps): pin dependencies (#393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c10c1ba commit a3a7a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node_version: [18, 20, 22, 23]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
- name: Use Node ${{matrix.node_version}}
2323
uses: actions/setup-node@master
2424
with:
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535
run: |
3636
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)