Skip to content

Commit b5965a7

Browse files
Bump actions/checkout from 5 to 6 in the dependencies group
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d7ce04 commit b5965a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: 'Checkout from Git'
4949
# Can't refer to matrix in job if conditional, so we have to repeat it every step: https://github.com/actions/runner/issues/1985
5050
if: ${{ !(matrix.experimental && github.event_name == 'pull_request') }}
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
- name: 'Cache Maven repo'
5353
if: ${{ !(matrix.experimental && github.event_name == 'pull_request') }}
5454
uses: actions/cache@v4

.github/workflows/pitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout project
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
# important to set a fetch depth of 2. By default the checkout action make no history available
2525
fetch-depth: 2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 'Checkout from Git'
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: 'Set up JDK'

0 commit comments

Comments
 (0)