File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 os : [macos-latest, ubuntu-latest, windows-latest]
1919
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222 - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2424 with :
Original file line number Diff line number Diff line change 1919
2020 # Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542
2121 # Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323 if : ${{ steps.release.outputs.pr }}
2424 with :
2525 token : ${{ secrets.RELEASE_PR_TOKEN }}
5656 needs : [release-pr]
5757 if : needs.release-pr.outputs.release_created
5858 steps :
59- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
59+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6060 - run : corepack enable
6161 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
6262 with :
You can’t perform that action at this time.
0 commit comments