From 1678192932e425a5124f1dbdbb88319496b52c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:13:43 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [j178/prek-action](https://github.com/j178/prek-action), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `j178/prek-action` from 2.0.6 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.6...v3.0.0) 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) Updates `sigstore/gh-action-sigstore-python` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/mkdocs-deploy.yml | 2 +- .github/workflows/prepare-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3d444c53d..63c1e97666 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,8 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.1 - - uses: j178/prek-action@v2.0.6 + - uses: actions/checkout@v7 + - uses: j178/prek-action@v3.0.0 tests: name: Python ${{ matrix.python-version }} @@ -49,7 +49,7 @@ jobs: DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@v7 - uses: actions/setup-python@v7.0.0 with: @@ -80,7 +80,7 @@ jobs: name: Test documentation links runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@v7 - uses: actions/setup-python@v7.0.0 with: diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml index 7295399f0d..d0100a9ff4 100644 --- a/.github/workflows/mkdocs-deploy.yml +++ b/.github/workflows/mkdocs-deploy.yml @@ -20,7 +20,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@v7 - run: git fetch --no-tags --prune --depth=1 origin gh-pages - uses: actions/setup-python@v7.0.0 with: diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 3f0fc979f6..a3060931bf 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -22,7 +22,7 @@ jobs: fi - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main @@ -57,7 +57,7 @@ jobs: fi - name: Set up uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 - name: Linkify release notes run: uv tool run linkify-gh-markdown --heading-level 3 input.md > output.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c72dbec5bc..b6cf8fa6a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: if: github.repository == 'encode/django-rest-framework' runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v7.0.0 with: @@ -100,7 +100,7 @@ jobs: name: python-package-distributions path: dist/ - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v3.4.0 + uses: sigstore/gh-action-sigstore-python@v3.5.0 with: inputs: >- ./dist/*.tar.gz