Skip to content

Commit 50df261

Browse files
Update actions/checkout action to v6
1 parent cb3f3cf commit 50df261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Build with Java 8
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v6
1010
- uses: actions/setup-java@v3
1111
with:
1212
java-version: "8"

0 commit comments

Comments
 (0)