From cb187844554458885ce3ee11bb85cb6f89737821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:40:29 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) 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 `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 4 ++-- .github/workflows/update-lint-and-build.yml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index eccafe60ea..3e3f919f3f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,10 +9,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.x" - uses: tox-dev/action-pre-commit-uv@v1 diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index aee3563b08..69b0795232 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -19,7 +19,7 @@ jobs: - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/setup-python@v6.0.0 + - uses: actions/setup-python@v6 with: python-version: 3 - name: Install dependencies @@ -28,7 +28,7 @@ jobs: pip install requests cogapp polib transifex-python sphinx-intl blurb six curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash working-directory: /usr/local/bin - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5 with: ref: ${{ matrix.version }} fetch-depth: 0 @@ -74,11 +74,11 @@ jobs: needs: ['update'] continue-on-error: true steps: - - uses: actions/setup-python@v6.0.0 + - uses: actions/setup-python@v6 with: python-version: 3 - run: pip install sphinx-lint - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5 with: ref: ${{ matrix.version }} - uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0 @@ -93,16 +93,16 @@ jobs: format: [html, latex, epub] needs: ['update'] steps: - - uses: actions/setup-python@v6.0.0 + - uses: actions/setup-python@v6 with: python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see #63) - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5 with: repository: python/cpython ref: ${{ matrix.version }} - run: make venv working-directory: ./Doc - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5 with: ref: ${{ matrix.version }} path: Doc/locales/pl/LC_MESSAGES @@ -143,10 +143,10 @@ jobs: needs: ['build'] continue-on-error: true steps: - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.x - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v7 - uses: actions/download-artifact@v6.0.0 with: name: build-${{ matrix.version }}-epub