Skip to content

Commit 4f6f684

Browse files
authored
Merge pull request #923 from git-commit-id/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents e1b9bb9 + e84d3b2 commit 4f6f684

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 5 additions & 5 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@v6
10+
- uses: actions/checkout@v7
1111
with:
1212
submodules: recursive
1313
- name: Set up JDK 11
@@ -34,7 +34,7 @@ jobs:
3434
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26' ]
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
with:
3939
submodules: recursive
4040
- name: Set up JDK ${{ matrix.java_version }}
@@ -62,7 +62,7 @@ jobs:
6262
maven_version: ['3.9.0', '3.9.9', '4.0.0-alpha-13', '4.0.0-beta-5', '4.0.0-rc-5']
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
with:
6767
submodules: recursive
6868
- name: Set up JDK ${{ matrix.java_version }}
@@ -113,7 +113,7 @@ jobs:
113113
if: ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') }}
114114

115115
steps:
116-
- uses: actions/checkout@v6
116+
- uses: actions/checkout@v7
117117
with:
118118
submodules: recursive
119119
- run: git checkout "${GITHUB_REF:11}"
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/master' }}
141141

142142
steps:
143-
- uses: actions/checkout@v6
143+
- uses: actions/checkout@v7
144144
with:
145145
submodules: recursive
146146
- name: Set up JDK 11

0 commit comments

Comments
 (0)