8000 Bump actions/checkout from 3 to 4 (#143) · com-lihaoyi/sourcecode@bd6d172 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd6d172

Browse files
Bump actions/checkout from 3 to 4 (#143)
Pull request: #143
1 parent f38d919 commit bd6d172

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
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
java: ['8', '17']
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-java@v3
2222
with:
2323
distribution: 'temurin'
@@ -28,7 +28,7 @@ jobs:
2828
check-binary-compatibility:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
- uses: actions/setup-java@v3
@@ -51,7 +51,7 @@ jobs:
5151
LC_MESSAGES: "en_US.UTF-8"
5252
LC_ALL: "en_US.UTF-8"
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- uses: actions/setup-java@v3
5656
with:
5757
distribution: 'temurin'

0 commit comments

Comments
 (0)
0