Skip to content

Commit 92dc200

Browse files
chore(deps): update actions/checkout action to v6
1 parent 821183f commit 92dc200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v6
2323
- uses: actions/setup-java@v3
2424
with:
2525
java-version: "8"

0 commit comments

Comments
 (0)