Skip to content

Commit 06f4d8d

Browse files
Bump actions/checkout from 3 to 4 (#206)
Pull request: #206
1 parent e741e2a commit 06f4d8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

@@ -38,7 +38,7 @@ jobs:
3838
check-bin-compat:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
4444

@@ -52,7 +52,7 @@ jobs:
5252
check-formatting:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858

@@ -76,7 +76,7 @@ jobs:
7676
LC_MESSAGES: "en_US.UTF-8"
7777
LC_ALL: "en_US.UTF-8"
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
- uses: actions/setup-java@v3
8181
with:
8282
distribution: 'temurin'

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212

13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)