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 961ceb8 Build(deps): Bump actions/checkout from 6.0.0 to 6.0.2 (#518)
961ceb8 is described below
commit 961ceb8ed44000039c5e0a9d78f0cef359fa6238
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:18:20 2026 +0200
Build(deps): Bump actions/checkout from 6.0.0 to 6.0.2 (#518)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to
6.0.2.
- [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/v6.0.0...v6.0.2)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
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 2a51bec..aba074d 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: