Skip to content

Commit 7cebbe7

Browse files
Bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...82c7e63) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258ad50 commit 7cebbe7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
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@0a5c61591373683505ea898e09a3ea4f39ef2b9c
13+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
1414
with:
1515
python-version: '3.10'
1616
cache: pip

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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@0a5c61591373683505ea898e09a3ea4f39ef2b9c
17+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
1818
with:
1919
python-version: '3.10'
2020
cache: pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@0a5c61591373683505ea898e09a3ea4f39ef2b9c
33+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
3434
with:
3535
python-version: '3.10'
3636
cache: 'pip'

0 commit comments

Comments
 (0)