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 23
23
app-id : ${{ secrets.APP_ID }}
24
24
private-key : ${{ secrets.APP_PRIVATE_KEY }}
25
25
owner : metacpan
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
token : ${{ steps.app-token.outputs.token }}
29
29
- uses : metacpan/metacpan-actions/docker-build-push@master
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-24.04
16
16
name : Code Formatting
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Fetch base ref
Original file line number Diff line number Diff line change 18
18
- uses : haarg/setup-git-user@v1
19
19
with :
20
20
app : ${{ steps.app-token.output.app-slug }}
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
token : ${{ steps.app-token.outputs.token }}
24
24
- name : Update cpanfile.snapshot
You can’t perform that action at this time.
0 commit comments