Skip to content

Commit a8c423b

Browse files
authored
Merge pull request #3 from mmitch/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ce24b89 + fe29d72 commit a8c423b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/script-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
perl: ['5.36']
1717
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up perl
2121
uses: shogo82148/actions-setup-perl@v1
2222
with:

0 commit comments

Comments
 (0)