File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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')}}
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
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')}}
Original file line number Diff line number Diff line change 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 :
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')}}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments