Skip to content

Commit 478d05a

Browse files
authored
Merge branch 'main' into migrate/yarn-node-modules
2 parents 5c23c88 + 964d8cf commit 478d05a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2121
with:
@@ -27,7 +27,7 @@ jobs:
2727
id: yarn-cache-dir-path
2828
run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
2929

30-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131
with:
3232
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
3333
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{matrix.platform}}
6767

6868
steps:
69-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070

7171
- name: "Use Node.js ${{matrix.node}}.x"
7272
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
8181
shell: bash # Needs explicit bash for Windows-support
8282

83-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
83+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8484
with:
8585
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
8686
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
id-token: write
3737
steps:
38-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939

4040
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4141
with:
@@ -47,7 +47,7 @@ jobs:
4747
id: yarn-cache-dir-path
4848
run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
4949

50-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5151
with:
5252
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
5353
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ACTUAL: ${{ fromJson(steps.pr_info.outputs.DATA).head_sha }}
5555
EXPECTED: ${{ inputs.head_sha }}
5656

57-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858
with:
5959
ref: ${{ fromJson(steps.pr_info.outputs.DATA).head_sha }}
6060
fetch-depth: ${{ !inputs.merge_base && 1 || 0 }}
@@ -84,7 +84,7 @@ jobs:
8484
id: yarn-cache-dir-path
8585
run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
8686

87-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
87+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8888
with:
8989
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
9090
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -126,7 +126,7 @@ jobs:
126126
REMOTE_REF: ${{ fromJson(steps.pr_info.outputs.DATA).head_ref }}
127127

128128
- name: Upload `tests/nocks.db` in case of failure
129-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
130130
if: ${{ failure() && steps.contains-changes.outputs.result == 'yes' }}
131131
with:
132132
name: nock

0 commit comments

Comments
 (0)