Skip to content

Commit ef9da0f

Browse files
authored
Merge pull request #1 from nigelhorne/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4cd1f0b + e9adaad commit ef9da0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
perl: ["5.40"]
2020
steps:
2121
# Checkout repository
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
perl: ['5.40', '5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.22']
2828
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Setup Perl
3232
uses: shogo82148/actions-setup-perl@v1
3333
with:

0 commit comments

Comments
 (0)