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 e8d3add ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#93)
e8d3add is described below
commit e8d3add1b79ec807e414ef98f5ac5904d4d6ecda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 06:04:05 2026 +0200
ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#93)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to
7.0.0.
- [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/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
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 | 8 ++++----
.github/workflows/nightly.yml | 4 ++--
.github/workflows/prepare_release.yml | 2 +-
.github/workflows/release.yml | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 11bc6a9..3623575 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
# Validate wrapper
- name: Gradle Wrapper Validation
@@ -114,7 +114,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
# Set up Java environment for the next steps
- name: Setup Java
@@ -168,7 +168,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
# to check out the actual pull request commit, not the merge commit
ref: ${{ github.event.pull_request.head.sha }}
@@ -205,7 +205,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
# Set up Java environment for the next steps
- name: Setup Java
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index de215c9..fb7ed35 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
fetch-depth: 0
diff --git a/.github/workflows/prepare_release.yml
b/.github/workflows/prepare_release.yml
index 3a92c2d..176ff08 100644
--- a/.github/workflows/prepare_release.yml
+++ b/.github/workflows/prepare_release.yml
@@ -45,7 +45,7 @@ jobs:
# Check out the selected branch
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
# Set up Java environment for the next steps
- name: Setup Java
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f4588ca..53cf160 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
# fetch-depth: 0 is required so the post-release version-bump step can
# walk tag history (counting nightlies between releases).
- name: Fetch Sources
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 0