This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 0ba4895 Build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 (#542)
0ba4895 is described below
commit 0ba4895391ab53f5ad2b633de94ac4a36af7075f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 13:52:36 2026 +0200
Build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 (#542)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to
7.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/v7.0.0...v7.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 182905a..5893b7f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
java: [ '17', '21' ]
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up cache
uses: actions/[email protected]
with: