From 4089e499cd037a52813af2416df10d7a0c8d80b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:00:01 +0000 Subject: [PATCH] Update github-actions deps --- .github/workflows/branches.yml | 8 ++++---- .github/workflows/main.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 2769240..16858a2 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -27,7 +27,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -58,7 +58,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -95,7 +95,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -163,7 +163,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f80f490..cd65062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -55,7 +55,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -92,7 +92,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -152,7 +152,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -198,7 +198,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -220,7 +220,7 @@ jobs: twine check dist/* - name: Attest 📦 - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: "dist/*"