Skip to content

Commit 279f46e

Browse files
chore(deps): pin dependencies
1 parent 3352625 commit 279f46e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939

4040
- name: Install Pnpm
4141
run: npm i -g corepack@latest --force && corepack enable
4242

4343
- name: Setup Node.js
44-
uses: actions/setup-node@v6
44+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4545
with:
4646
node-version: 24.14.0
4747
cache: "pnpm"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
- name: Install Pnpm
2424
run: npm i -g corepack@latest --force && corepack enable
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v6
27+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2828
with:
2929
node-version: 24.14.0
3030
cache: "pnpm"

0 commit comments

Comments
 (0)