This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new 897ad53b Bump actions/checkout from 5 to 6 (#1480)
897ad53b is described below
commit 897ad53bf299e956136b03dc92f55c63511cacd9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 16:26:55 2025 +0100
Bump actions/checkout from 5 to 6 (#1480)
Bumps [actions/checkout](https://github.com/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](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/early-access.yaml | 4 ++--
.github/workflows/release.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index addf2ead..d7c8ef84 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
@@ -68,7 +68,7 @@ jobs:
steps:
- name: 'Checkout'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: 'Set vars'
shell: bash
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e67e16cc..4f5ac42e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
steps:
- name: 'Check out repository'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: 'Set vars'
shell: bash
@@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: 'Set vars'
shell: bash
@@ -168,7 +168,7 @@ jobs:
steps:
- name: 'Check out repository'
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0