Skip to content

Commit a4fd17a

Browse files
Merge pull request #1492 from metacpan/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 06e73bd + bfb5e56 commit a4fd17a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-container.yml

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

.github/workflows/code-formatting.yml

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

.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@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

0 commit comments

Comments
 (0)