File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 if : ${{ github.event.issue.pull_request }}
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 with :
2525 persist-credentials : false
2626 - uses : kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3
Original file line number Diff line number Diff line change 2626 contents : read
2727 steps :
2828 - name : Check out code using Git
29- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
29+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3030 with :
3131 fetch-depth : 0
3232 persist-credentials : false
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 private-key : ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
2222
2323 - name : Checkout Repo
24- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
24+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2525 with :
2626 persist-credentials : false
2727 token : ${{ steps.bot-token.outputs.token }}
2828
2929 - name : Checkout History branch
30- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3131 with :
3232 ref : test-history
3333 path : test-history
Original file line number Diff line number Diff line change 2020 private-key : ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
2121
2222 - name : Checkout Repo
23- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 with :
2525 persist-credentials : false
2626 token : ${{ steps.bot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments