summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 18:36:00 +0000
committerGitHub <noreply@github.com>2023-09-04 18:36:00 +0000
commit37172cf9cca9a8d022a971fe2b21eb5ddb35bb95 (patch)
tree62c1e49bba8ce16e98e1d85022f3c615fb60896f
parenta1842e0226613d67ae8ebe8dd288277be3ad300b (diff)
downloadqutebrowser-dependabot/github_actions/actions/checkout-4.tar.gz
qutebrowser-dependabot/github_actions/actions/checkout-4.zip
build(deps): bump actions/checkout from 3 to 4dependabot/github_actions/actions/checkout-4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/bleeding.yml2
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/nightly.yml2
-rw-r--r--.github/workflows/recompile-requirements.yml2
-rw-r--r--.github/workflows/release.yml6
6 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 8f8cddc1e..2587d832b 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -32,7 +32,7 @@ jobs:
- /home/runner/work/_temp/:/home/runner/work/_temp/
options: --privileged --tty
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up problem matchers
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 14d642491..9d7963ea7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
- testenv: actionlint
- testenv: package
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/cache@v3
@@ -112,7 +112,7 @@ jobs:
- /home/runner/work/_temp/:/home/runner/work/_temp/
options: --privileged --tty
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up problem matchers
@@ -181,7 +181,7 @@ jobs:
python: "3.9"
runs-on: "${{ matrix.os }}"
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/cache@v3
@@ -229,7 +229,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
- name: Initialize CodeQL
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index c8161b37d..2707e3d9d 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -18,7 +18,7 @@ jobs:
- archlinux-webengine-unstable-qt6
- archlinux-webengine-qt6
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 18c12e053..76332e8ba 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -50,7 +50,7 @@ jobs:
runs-on: "${{ matrix.os }}"
timeout-minutes: 45
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: "${{ matrix.branch }}"
persist-credentials: false
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index b06ea614d..f33edd670 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@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python 3.8
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 26d40fa7f..a378e53d9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
console.log(`sorted: ${sorted}`);
return sorted.at(-1);
result-encoding: string
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
@@ -74,7 +74,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@v3
+ uses: actions/checkout@v4
with:
ref: ${{ steps.find-branch.outputs.result }}
- name: Import GPG Key
@@ -134,7 +134,7 @@ jobs:
permissions:
contents: write # To upload release artifacts
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: v${{ needs.prepare.outputs.version }}
- name: Set up Python