diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index 97fce58da..227ee16cd 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -31,7 +31,7 @@ jobs: - /home/runner/work/_temp/:/home/runner/work/_temp/ options: --privileged --tty steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up problem matchers diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff984ce8e..f100d9a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - testenv: actionlint - testenv: package steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: actions/cache@v4 @@ -106,7 +106,7 @@ jobs: - /home/runner/work/_temp/:/home/runner/work/_temp/ options: --privileged --tty steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up problem matchers @@ -217,7 +217,7 @@ jobs: python: "3.14" runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: actions/cache@v4 @@ -285,7 +285,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Initialize CodeQL diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 57c3379e5..b66df3aba 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,7 +16,7 @@ jobs: - archlinux-webengine - archlinux-webengine-unstable steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: '3.x' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index abb5fbd42..8f42d42ee 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -37,7 +37,7 @@ jobs: runs-on: "${{ matrix.os }}" timeout-minutes: 45 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml index 4debcaa66..07f11428e 100644 --- a/.github/workflows/recompile-requirements.yml +++ b/.github/workflows/recompile-requirements.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python 3.9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cedfbc42..5c6b2e58f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: console.log(`sorted: ${sorted}`); return sorted.at(-1); result-encoding: string - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: @@ -78,7 +78,7 @@ jobs: git config --global user.name "qutebrowser bot" git config --global user.email "bot@qutebrowser.org" - name: Switch to release branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.find-branch.outputs.result }} - name: Import GPG Key @@ -163,7 +163,7 @@ jobs: permissions: contents: write # To upload release artifacts steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: v${{ inputs.release_type == 'reupload' && needs.prepare.outputs.version_x || needs.prepare.outputs.version }} - name: Set up Python