From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Johannes Schindelin <johannes.schindelin@gmx.de>,
Johannes Schindelin <johannes.schindelin@gmx.de>
Subject: [PATCH 4/4] build(deps): bump actions/github-script from 7 to 8
Date: Thu, 16 Oct 2025 15:48:12 +0000 [thread overview]
Message-ID: <76cac127d936b27e1679b292f12fd79e18dd7fbb.1760629692.git.gitgitgadget@gmail.com> (raw)
In-Reply-To: <pull.1990.git.1760629692.gitgitgadget@gmail.com>
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Bumps [actions/github-script](https://github.com/actions/github-script)
from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Originally-authored-by: dependabot[bot] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4cdb1dcb5c..3622fec742 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
- name: skip if the commit or tree was already tested
id: skip-if-redundant
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
if: steps.check-ref.outputs.enabled == 'yes'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
--
gitgitgadget
next prev parent reply other threads:[~2025-10-16 15:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-16 15:48 [PATCH 0/4] Upgrade a couple GitHub Actions Johannes Schindelin via GitGitGadget
2025-10-16 15:48 ` [PATCH 1/4] build(deps): bump actions/download-artifact from 4 to 5 Johannes Schindelin via GitGitGadget
2025-10-16 15:48 ` [PATCH 2/4] build(deps): bump actions/checkout " Johannes Schindelin via GitGitGadget
2025-10-16 15:48 ` [PATCH 3/4] build(deps): bump actions/setup-python from 5 to 6 Johannes Schindelin via GitGitGadget
2025-10-16 15:48 ` Johannes Schindelin via GitGitGadget [this message]
2025-10-16 17:47 ` [PATCH 0/4] Upgrade a couple GitHub Actions Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76cac127d936b27e1679b292f12fd79e18dd7fbb.1760629692.git.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=johannes.schindelin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.