Skip to content

Commit 4d9bedd

Browse files
Bump actions/checkout from 6 to 7 (#437)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fe8746 commit 4d9bedd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cdm-integrationtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ ubuntu-latest ]
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out source code
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
# Setup metadata based on the commit/tag that will be used for tagging the image
1313
- name: Setup Docker meta
1414
id: meta

.github/workflows/docker-push-sha-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out source code
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
# Setup metadata based on the commit/tag that will be used for tagging the image
1313
# Only build and publish a commit based tag
1414
- name: Setup Docker meta

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- name: Set up JDK
2222
uses: actions/setup-java@v5
2323
with:

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- name: Set up JDK
3434
uses: actions/setup-java@v5
3535
with:

0 commit comments

Comments
 (0)