File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 any-workspace : ${{ steps.filter.outputs.any-workspace }}
3030 packages : ${{ steps.filter.outputs.changes }}
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3434 with :
3535 cache : ' npm'
Original file line number Diff line number Diff line change 99 commitlint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1313 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 name : Publish Preview Playgrounds to GitHub Pages
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121 with :
2222 sparse-checkout : .github/actions/deploy-pages-with-retry/
2323 fetch-depth : 1
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check Out GitHub Pages Branch
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 with :
2121 # replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged
2222 # then remove the "Fetch a bit more history" step below
Original file line number Diff line number Diff line change 1515 is_prerelease : ${{ steps.semrel.outputs.is_prerelease }}
1616 do_release : ${{ steps.semrel.outputs.do_release }}
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919 with :
2020 fetch-depth : 0 # full history for semantic-release
2121
@@ -118,7 +118,7 @@ jobs:
118118 outputs :
119119 packages : ${{ steps.list-packages.outputs.packages }}
120120 steps :
121- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
121+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
122122
123123 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
124124 with :
@@ -186,7 +186,7 @@ jobs:
186186 exit 1
187187 fi
188188
189- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
189+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
190190
191191 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
192192 with :
@@ -265,7 +265,7 @@ jobs:
265265 NPM_TAG : ${{ needs.release-prep.outputs.npm_tag }}
266266 IS_PRERELEASE : ${{ needs.release-prep.outputs.is_prerelease }}
267267 steps :
268- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
268+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
269269 with :
270270 token : ${{ secrets.PAT_RELEASE_PUSH }}
271271
Original file line number Diff line number Diff line change 1919 package : ${{ fromJSON(inputs.packages) }}
2020 name : Test ${{ matrix.package }}
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2424 with :
2525 cache : ' npm'
Original file line number Diff line number Diff line change 1616 update-i18n :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2121 with :
2222 cache : ' npm'
You can’t perform that action at this time.
0 commit comments