From 2939591a25de15e06314d5fb9eca30fe44fafcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:40:03 +0000 Subject: [PATCH] Bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/github-script](https://github.com/actions/github-script). 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) Updates `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/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1a43884..e25614a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: needs: lint steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.13' architecture: 'x64' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64cd65b..f8f9497 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,13 +80,13 @@ jobs: - uses: actions/checkout@v5 - name: Set up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' architecture: ${{ matrix.python-architecture }} - name: Extract version from tag - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: set_version with: script: |