Skip to content

Commit 4667352

Browse files
committed
fixup! fixup! chore: bump all actions in gha
1 parent f9c6abc commit 4667352

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19-
env:
20-
SKIP_YARN_COREPACK_CHECK: 1
2119

2220
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2321
with:
2422
node-version: lts/*
23+
env:
24+
SKIP_YARN_COREPACK_CHECK: 1
2525

2626
- name: Get the Yarn cache directory path
2727
id: yarn-cache-dir-path
@@ -67,13 +67,13 @@ jobs:
6767

6868
steps:
6969
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70-
env:
71-
SKIP_YARN_COREPACK_CHECK: 1
7270

7371
- name: "Use Node.js ${{matrix.node}}.x"
7472
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7573
with:
7674
node-version: ${{matrix.node}}.x
75+
env:
76+
SKIP_YARN_COREPACK_CHECK: 1
7777

7878
- name: Get the Yarn cache directory path
7979
id: yarn-cache-dir-path

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
id-token: write
3737
steps:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39-
env:
40-
SKIP_YARN_COREPACK_CHECK: 1
4139

4240
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4341
with:
4442
node-version: lts/*
43+
env:
44+
SKIP_YARN_COREPACK_CHECK: 1
4545

4646
- name: Get the Yarn cache directory path
4747
id: yarn-cache-dir-path

.github/workflows/sync.yml

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

1616
steps:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18-
env:
19-
SKIP_YARN_COREPACK_CHECK: 1
2018

2119
- name: Install Node
2220
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2321
with:
2422
node-version: lts/*
23+
env:
24+
SKIP_YARN_COREPACK_CHECK: 1
2525

2626
- name: "Update the package manager versions"
2727
run: |

.github/workflows/update-nock-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
with:
4848
ref: ${{ fromJson(steps.pr_info.outputs.DATA).head_sha }}
49-
env:
50-
SKIP_YARN_COREPACK_CHECK: 1
5149

5250
- name: Install Node
5351
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5452
with:
5553
node-version: lts/*
54+
env:
55+
SKIP_YARN_COREPACK_CHECK: 1
5656

5757
- name: Get the Yarn cache directory path
5858
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)