Skip to content

Commit 5a2f158

Browse files
authored
Merge pull request #51 from jboss/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 77fc68f + dffba26 commit 5a2f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo '127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4' > %SystemRoot%\System32\drivers\etc\hosts
3030
echo '::1 localhost localhost.localdomain localhost6 localhost6.localdomain6' >> %SystemRoot%\System32\drivers\etc\hosts
3131
shell: cmd
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- name: Set up JDK ${{ matrix.jdk-distribution }} 25
3434
uses: actions/setup-java@v5
3535
with:

0 commit comments

Comments
 (0)