summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-11 18:33:46 +0000
committerGitHub <noreply@github.com>2023-12-11 18:33:46 +0000
commit3d9bf9651fb6fa1441b05caee0141ee06afb81b6 (patch)
tree6d30b5316f141e8a226348f53636daaa06948586 /.github/workflows/release.yml
parenta9f6ad9731c59c8fdcff25959b1e7ae67b0513fc (diff)
downloadqutebrowser-dependabot/github_actions/actions/setup-python-5.tar.gz
qutebrowser-dependabot/github_actions/actions/setup-python-5.zip
build(deps): bump actions/setup-python from 4 to 5dependabot/github_actions/actions/setup-python-5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python 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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 25239e659..9a751591f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
result-encoding: string
- uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
# Doesn't really matter what we prepare the release with, but let's
# use the same version for consistency.
@@ -139,7 +139,7 @@ jobs:
with:
ref: v${{ needs.prepare.outputs.version }}
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ github.event.inputs.python_version }}
- name: Import GPG Key