Skip to content

Commit f94ea72

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3f1f1c commit f94ea72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939

4040
- name: Checkout Arquillian
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
repository: 'arquillian/arquillian-container-jetty'
4444
ref: 'master'
@@ -54,7 +54,7 @@ jobs:
5454
run: mvn install -B -U
5555

5656
- name: Checkout Websocket TCK
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
repository: 'jakartaee/websocket'
6060
ref: 'main'
@@ -73,7 +73,7 @@ jobs:
7373
run: ./mvnw -V -B -U clean install -DskipTests -e
7474

7575
- name: Checkout TCK Run
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777

7878
- name: Set up Maven
7979
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.9.11"

0 commit comments

Comments
 (0)