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 2323 Release target commit-ish: $RELEASE_TARGET_COMMITISH
2424 EOF
2525
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
2828 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2929 with :
@@ -131,7 +131,7 @@ jobs:
131131 git config --global user.name 'GitHub Actions'
132132 git config --global user.email 'github-actions@localhost'
133133
134- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
135135 with :
136136 token : ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
137137
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