Skip to content

Commit 3cbaeed

Browse files
authored
Merge pull request #406 from wildfly-clustering/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 17838dc + bc9fb34 commit 3cbaeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Setup Java ${{ matrix.java }}
2525
uses: actions/setup-java@v5
2626
with:

0 commit comments

Comments
 (0)