Skip to content

Commit 96c5325

Browse files
Bump actions/checkout from 3 to 4 (#95)
Pull request: #95
1 parent ac5f750 commit 96c5325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
java: ['8', '17']
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-java@v3
@@ -30,7 +30,7 @@ jobs:
3030
check-binary-compatibility:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636
- uses: actions/setup-java@v3
@@ -53,7 +53,7 @@ jobs:
5353
LC_MESSAGES: "en_US.UTF-8"
5454
LC_ALL: "en_US.UTF-8"
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- uses: actions/setup-java@v3
5858
with:
5959
distribution: 'temurin'

0 commit comments

Comments
 (0)