public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
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 3/4] build(deps): bump actions/setup-python from 5 to 6
Date: Thu, 16 Oct 2025 15:48:11 +0000	[thread overview]
Message-ID: <e358306c5258a6f902fb1134c1e160e0fbcc4c20.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/setup-python](https://github.com/actions/setup-python)
from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6bcd129b85..4cdb1dcb5c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -259,7 +259,7 @@ jobs:
       cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
     steps:
     - uses: actions/checkout@v5
-    - uses: actions/setup-python@v5
+    - uses: actions/setup-python@v6
     - name: Set up dependencies
       shell: pwsh
       run: pip install meson ninja
@@ -287,7 +287,7 @@ jobs:
       cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
     steps:
     - uses: actions/checkout@v5
-    - uses: actions/setup-python@v5
+    - uses: actions/setup-python@v6
     - name: Set up dependencies
       shell: pwsh
       run: pip install meson ninja
-- 
gitgitgadget


  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 ` Johannes Schindelin via GitGitGadget [this message]
2025-10-16 15:48 ` [PATCH 4/4] build(deps): bump actions/github-script from 7 to 8 Johannes Schindelin via GitGitGadget
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=e358306c5258a6f902fb1134c1e160e0fbcc4c20.1760629692.git.gitgitgadget@gmail.com \
    --to=gitgitgadget@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=johannes.schindelin@gmx$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox