Skip to content

Commit 3d6185c

Browse files
Update actions/checkout action to v6
1 parent 20ce979 commit 3d6185c

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
@@ -19,7 +19,7 @@ jobs:
1919
checks:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2323
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2424
with:
2525
distribution: 'temurin'

0 commit comments

Comments
 (0)