Skip to content

Commit 41141c3

Browse files
Pin dependencies
1 parent 06919f3 commit 41141c3

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515

16-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
16+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1717
with:
18-
node-version: 22
18+
node-version: 22.22.3
1919

2020
- run: corepack enable
2121

2222
- name: find pnpm cache path
2323
id: cache
2424
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
2525

26-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727
with:
2828
path: ${{ steps.cache.outputs.path }}
2929
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -43,19 +43,19 @@ jobs:
4343
runs-on: ubuntu-latest
4444

4545
steps:
46-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
46+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747

48-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
48+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4949
with:
50-
node-version: 22
50+
node-version: 22.22.3
5151

5252
- run: corepack enable
5353

5454
- name: find pnpm cache path
5555
id: cache
5656
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
5757

58-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
58+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5959
with:
6060
path: ${{ steps.cache.outputs.path }}
6161
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -73,19 +73,19 @@ jobs:
7373
runs-on: ubuntu-latest
7474

7575
steps:
76-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
76+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7777

78-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
78+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7979
with:
80-
node-version: 22
80+
node-version: 22.22.3
8181

8282
- run: corepack enable
8383

8484
- name: find pnpm cache path
8585
id: cache
8686
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
8787

88-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
88+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8989
with:
9090
path: ${{ steps.cache.outputs.path }}
9191
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "22"
2+
node = "v22.22.3"

0 commit comments

Comments
 (0)