Skip to content

Commit 53bb11d

Browse files
authoredDec 11, 2023
Bump actions/setup-python from 4.8.0 to 5.0.0 (#297)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@b64ffca...0a5c615) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c79edce commit 53bb11d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/draft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
13+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1414
with:
1515
python-version: '3.10'
1616
cache: pip

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0 # we want all refs for the --is-ancestor check
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
17+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1818
with:
1919
python-version: '3.10'
2020
cache: pip

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Set up Python
3232
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
33-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
33+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
3434
with:
3535
python-version: '3.10'
3636
cache: 'pip'

0 commit comments

Comments
 (0)
Please sign in to comment.