File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 client-id : ${{ secrets.APP_ID }}
2727 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2828 owner : metacpan
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 with :
3131 token : ${{ steps.app-token.outputs.token }}
3232 - uses : metacpan/metacpan-actions/docker-build-push@master
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 name : Code Formatting
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323 - name : Fetch base ref
Original file line number Diff line number Diff line change 1818 - uses : haarg/setup-git-user@v2
1919 with :
2020 app : ${{ steps.app-token.outputs.app-slug }}
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
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