File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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 - name : Docker build test
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 # We must fetch at least the immediate parents so that if this is
2121 # a pull request then we can checkout the head.
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
6868 runs-on : ubuntu-24.04
6969 name : playwright test
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 - name : Build test image
7373 id : docker-build-test
7474 uses : docker/build-push-action@v6
@@ -109,7 +109,7 @@ jobs:
109109 matrix.resolver == 'snapshot'
110110 && github.event.pull_request.user.login != 'dependabot[bot]'
111111 run : echo "enabled=1" >> "$GITHUB_OUTPUT"
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v5
113113 - uses : actions/setup-node@v4
114114 with :
115115 node-version : ' 22'
Original file line number Diff line number Diff line change 1818 - uses : haarg/setup-git-user@v1
1919 with :
2020 app : ${{ steps.app-token.outputs.app-slug }}
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 token : ${{ steps.app-token.outputs.token }}
2424 - uses : metacpan/metacpan-actions/update-snapshot@master
You can’t perform that action at this time.
0 commit comments