Skip to content

Commit a86f1f2

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 c765344 commit a86f1f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven_jdk8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

1717
- name: Set up JDK 8
1818
uses: actions/setup-java@v5

.github/workflows/maven_jdk_lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Java ${{ matrix.java }} build
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- name: Set up Java
2020
uses: actions/setup-java@v5
2121
with:

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
# Git Checkout
4949
- name: Checkout Code
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5353

0 commit comments

Comments
 (0)