summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.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/nightly.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/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
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