File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 env : [src]
2626 if : github.event.pull_request.draft == false
2727 steps :
28- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929 - name : Set up Bun
3030 uses : oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
3131 with :
Original file line number Diff line number Diff line change 3737 with :
3838 app_id : ${{ secrets.NPM_VERSIONER_APP_ID }}
3939 private_key : ${{ secrets.NPM_VERSIONER_PRIVATE_KEY }}
40- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141 with :
4242 token : ${{ steps.generate-token.outputs.token }}
4343 - name : Set up Git
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
You can’t perform that action at this time.
0 commit comments