From c3cccd3dad0c64a3f919f87d540d435c9db7b63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:01:55 +0000 Subject: [PATCH 1/2] MAINT: bump actions/setup-python from 5 to 6 in the actions group Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38cff17..ba82eb9 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: composite steps: - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} - uses: astral-sh/setup-uv@v6 From 8bf1d1abcc78604a8b686308d1ae4aefb2f5cd27 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:16:10 +0200 Subject: [PATCH 2/2] DX: reduce workflow upgrade interval --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 912a197..a114ac9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -14,4 +14,4 @@ updates: labels: - 🔨 Maintenance schedule: - interval: monthly + interval: semiannually