Skip to content

Commit 1407222

Browse files
chore(deps): update actions/setup-node digest to 0a44ba7
1 parent fff2e62 commit 1407222

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
- run: corepack enable
18-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
18+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
1919
with:
2020
node-version: 20.5
2121
cache: pnpm

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818
- run: corepack enable
19-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
19+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2020
with:
2121
node-version: 20.5
2222
cache: pnpm
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3636
- run: corepack enable
37-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
37+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
3838
with:
3939
node-version: 20.5
4040
cache: pnpm

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- run: corepack enable
20-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
20+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2121
with:
2222
node-version: 20.5
2323
cache: pnpm
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- run: corepack enable
41-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
41+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
4242
with:
4343
node-version: 20.5
4444
cache: pnpm

0 commit comments

Comments
 (0)