Skip to content

Commit 1f85e1e

Browse files
⬆️ Update actions/checkout action to v4.2.0
1 parent 3ef6636 commit 1f85e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java: [ '8', '17' ]
3131
name: Java ${{ matrix.Java }} sample
3232
steps:
33-
- uses: actions/checkout@v4.1.1
33+
- uses: actions/checkout@v4.2.0
3434
- name: Setup java
3535
uses: actions/setup-java@v4
3636
with:

0 commit comments

Comments
 (0)