Skip to content

Commit d72a194

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#386)
1 parent a42aac8 commit d72a194

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
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
java: [ '17', '19' ]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up JDK ${{ matrix.java }}
2424
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)