From 7150fe75e6f0c69bf7882656b33fbe08e2d78d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:35:51 +0000 Subject: [PATCH] chore(deps): update major version updates --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deployment.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4534b..8a3eef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: 3.x @@ -37,7 +37,7 @@ jobs: - py314 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: prefix-dev/setup-pixi@v0.9.3 with: run-install: false diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 012cef6..4d2bbf8 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up Python diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2fba604..128489e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} release-type: simple