This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v4 by this push:
new 1feba81 Bump actions/checkout from 5.0.0 to 5.0.1 (#216)
1feba81 is described below
commit 1feba815ef6339081e3b47573bbbdb652e678d94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 05:59:57 2025 +0100
Bump actions/checkout from 5.0.0 to 5.0.1 (#216)
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-verify.yml | 4 ++--
.github/workflows/release-drafter.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 45bb58c..378245c 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -274,7 +274,7 @@ jobs:
shell: bash
- name: Checkout
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: false
@@ -403,7 +403,7 @@ jobs:
- name: Checkout
if: steps.should-run.conclusion == 'success'
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: false
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index 40863e8..eced7fc 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -51,7 +51,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
with:
persist-credentials: 'false'