This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 76ad77c1b1 Bump actions/checkout from 5.0.0 to 5.0.1 (#11457)
76ad77c1b1 is described below
commit 76ad77c1b18a8aafd58a30adabff57c151c3f4d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 14:16:00 2025 +0100
Bump actions/checkout from 5.0.0 to 5.0.1 (#11457)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to
5.0.1.
- [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/08c6903cd8c0fde910a37f88322edcfb5dd907a8...93cb6efe18208431cddfb8368fd83d5badbf9bfd)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 58578436d6..888a1b5d54 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
distribution: 'temurin'
- name: Checkout maven
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: false
@@ -152,7 +152,7 @@ jobs:
run: choco install graphviz
- name: Checkout maven
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: false
@@ -253,7 +253,7 @@ jobs:
distribution: 'temurin'
- name: Checkout maven
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: false