File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 private-key : ${{ secrets.APPLICATION_PRIVATE_KEY }}
3131
3232 - name : Checkout repository
33- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
33+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3434 with :
3535 persist-credentials : false
3636 token : ${{ steps.get-workflow-access-token.outputs.token }}
Original file line number Diff line number Diff line change 2121 name : CI
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
24+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2525 - name : Setup pnpm
2626 uses : pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
2727 with :
5959 git config --global user.email '118100583+bfra-me[bot]@users.noreply.github.com'
6060 git config --global user.name 'bfra-me[bot]'
6161 - name : Checkout `release` branch
62- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
62+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6363 with :
6464 fetch-depth : 0
6565 ref : release
You can’t perform that action at this time.
0 commit comments