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-intellij-plugin.git
The following commit(s) were added to refs/heads/main by this push:
new a7b9376 ci(deps): bump actions/checkout from 4 to 6 (#39)
a7b9376 is described below
commit a7b937671dd243a26eab022aa8017bc3ba880e76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 06:43:24 2026 +0100
ci(deps): bump actions/checkout from 4 to 6 (#39)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/build.yml | 10 +++++-----
.github/workflows/release.yml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efeb280..8cb9fc7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
# Validate wrapper
- name: Gradle Wrapper Validation
@@ -110,7 +110,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
# Set up Java environment for the next steps
- name: Setup Java
@@ -164,7 +164,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
# to check out the actual pull request commit, not the merge commit
ref: ${{ github.event.pull_request.head.sha }}
@@ -200,7 +200,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
# Set up Java environment for the next steps
- name: Setup Java
@@ -248,7 +248,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
# Set up Java environment
- name: Setup Java
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 90307d7..c3b68c5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
ref: ${{ github.event.release.tag_name }}