Skip to content

Commit 410a8d0

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26f51ba commit 410a8d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/database-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
remove-docker-images: 'true'
5656
- id: checkout-code
5757
name: Checkout code
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959
- id: move-m2-to-workspace
6060
name: Move Maven local repository to workspace
6161
shell: bash

.github/workflows/diff-output.yml

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

1616
- id: checkout-code
1717
name: Checkout code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- id: install-diff2html
2121
name: Install diff2html

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# CHECKOUT CODE
2121
- id: checkout-code
2222
name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
# Full git history is needed to get a proper list
2626
# of changed files within `super-linter`

0 commit comments

Comments
 (0)