summaryrefslogtreecommitdiff
path: root/.github/workflows/release.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/release.yml
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>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
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