summaryrefslogtreecommitdiff
path: root/.github/workflows/recompile-requirements.yml
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 /.github/workflows/recompile-requirements.yml
parenta1842e0226613d67ae8ebe8dd288277be3ad300b (diff)
downloadqutebrowser-37172cf9cca9a8d022a971fe2b21eb5ddb35bb95.tar.gz
qutebrowser-37172cf9cca9a8d022a971fe2b21eb5ddb35bb95.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>
Diffstat (limited to '.github/workflows/recompile-requirements.yml')
-rw-r--r--.github/workflows/recompile-requirements.yml2
1 files changed, 1 insertions, 1 deletions
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