Skip to content

Commit 4a9b563

Browse files
authored
Merge pull request #52 from git-commit-id/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ba5b2d5 + 07da5f7 commit 4a9b563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Run checkstyle
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313
- name: Set up JDK 11
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20' ]
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
submodules: recursive
3939
- name: Set up JDK ${{ matrix.java_version }}
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/master' }}
5959

6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
with:
6363
submodules: recursive
6464
- name: Set up JDK 11

0 commit comments

Comments
 (0)