Skip to content

Commit 65ccc29

Browse files
Merge pull request #1387 from metacpan/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 44202f7 + 8a66698 commit 65ccc29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)