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 4a11ebc ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#114)
4a11ebc is described below
commit 4a11ebcb9b3f3c6da409f4227b9d3eb53043fb66
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 09:20:16 2026 +0200
ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#114)
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/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)
---
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/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 e09358c..7051a61 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
# Validate wrapper
- name: Gradle Wrapper Validation
@@ -114,7 +114,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
# 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
# Set up Java environment for the next steps
- name: Setup Java
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 85eeefc..ec612d2 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: Fetch Sources
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
# Check out the current repository
- name: Fetch Sources
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
fetch-depth: 0
diff --git a/.github/workflows/prepare_release.yml
b/.github/workflows/prepare_release.yml
index cc71482..5df898d 100644
--- a/.github/workflows/prepare_release.yml
+++ b/.github/workflows/prepare_release.yml
@@ -57,7 +57,7 @@ jobs:
# Check out the selected branch
- name: Fetch Sources
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
# Set up Java environment for the next steps
- name: Setup Java
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fc12446..f660b10 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 0