Skip to content

Commit 1f19eb4

Browse files
committed
fixup! chore: bump all actions in gha
1 parent 128c68a commit 1f19eb4

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

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

2022
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2123
with:
@@ -65,6 +67,8 @@ jobs:
6567

6668
steps:
6769
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70+
env:
71+
SKIP_YARN_COREPACK_CHECK: 1
6872

6973
- name: "Use Node.js ${{matrix.node}}.x"
7074
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

.github/workflows/publish.yml

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

4042
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4143
with:

.github/workflows/sync.yml

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

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

1921
- name: Install Node
2022
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ 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
4951

5052
- name: Install Node
5153
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
@@ -54,7 +56,7 @@ jobs:
5456

5557
- name: Get the Yarn cache directory path
5658
id: yarn-cache-dir-path
57-
run: echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
59+
run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
5860
shell: bash
5961

6062
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

0 commit comments

Comments
 (0)