File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 app-id : ${{ secrets.APP_ID }}
2424 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2525 owner : metacpan
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 token : ${{ steps.app-token.outputs.token }}
2929 - uses : metacpan/metacpan-actions/docker-build-push@master
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 name : Code Formatting
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - name : Fetch base ref
Original file line number Diff line number Diff line change 1818 - uses : haarg/setup-git-user@v1
1919 with :
2020 app : ${{ steps.app-token.output.app-slug }}
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 token : ${{ steps.app-token.outputs.token }}
2424 - name : Update cpanfile.snapshot
You can’t perform that action at this time.
0 commit comments