From bbdab0e36d18b959f5a7aff767de66c0066924f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:02:34 +0000 Subject: [PATCH] Update github-actions deps --- .github/workflows/branches.yml | 8 ++++---- .github/workflows/main.yml | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index cfa9daa..cfa2dcf 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -29,7 +29,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -60,7 +60,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -97,7 +97,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -136,7 +136,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 ac8fba6..f52b1ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.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 }} @@ -134,7 +134,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -173,7 +173,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -195,7 +195,7 @@ jobs: twine check dist/* - name: Attest 📦 - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: "dist/*" @@ -247,7 +247,7 @@ jobs: run: | echo "${{ secrets.AUR_SSH_KEY }}" | install -Dm600 /dev/stdin ~/.ssh/id_ed25519 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Publish 📦 to the AUR - if necessary