build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
85e1a132bb
commit
745bb7f4f0
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- /home/runner/work/_temp/:/home/runner/work/_temp/
|
- /home/runner/work/_temp/:/home/runner/work/_temp/
|
||||||
options: --privileged --tty
|
options: --privileged --tty
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Set up problem matchers
|
- name: Set up problem matchers
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- testenv: actionlint
|
- testenv: actionlint
|
||||||
- testenv: package
|
- testenv: package
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
|
|
@ -110,7 +110,7 @@ jobs:
|
||||||
- /home/runner/work/_temp/:/home/runner/work/_temp/
|
- /home/runner/work/_temp/:/home/runner/work/_temp/
|
||||||
options: --privileged --tty
|
options: --privileged --tty
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Set up problem matchers
|
- name: Set up problem matchers
|
||||||
|
|
@ -217,7 +217,7 @@ jobs:
|
||||||
python: "3.13"
|
python: "3.13"
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
|
|
@ -285,7 +285,7 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- archlinux-webengine-unstable-qt6
|
- archlinux-webengine-unstable-qt6
|
||||||
- archlinux-webengine-qt6
|
- archlinux-webengine-qt6
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
console.log(`sorted: ${sorted}`);
|
console.log(`sorted: ${sorted}`);
|
||||||
return sorted.at(-1);
|
return sorted.at(-1);
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
git config --global user.name "qutebrowser bot"
|
git config --global user.name "qutebrowser bot"
|
||||||
git config --global user.email "bot@qutebrowser.org"
|
git config --global user.email "bot@qutebrowser.org"
|
||||||
- name: Switch to release branch
|
- name: Switch to release branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ steps.find-branch.outputs.result }}
|
ref: ${{ steps.find-branch.outputs.result }}
|
||||||
- name: Import GPG Key
|
- name: Import GPG Key
|
||||||
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # To upload release artifacts
|
contents: write # To upload release artifacts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: v${{ needs.prepare.outputs.version }}
|
ref: v${{ needs.prepare.outputs.version }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue