Skip to content

Commit af42f05

Browse files
authored
Merge pull request #68 from righettod/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3d5a07a + 133f3e0 commit af42f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install system requirements
2222
run: sudo apt-get update -y && sudo apt-get install -y dos2unix
2323
- name: Install JDK 25

0 commit comments

Comments
 (0)