File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545 with :
4646 fetch-depth : 0
4747
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
59+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6060 - run : corepack enable
6161 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6262 with :
You can’t perform that action at this time.
0 commit comments