Skip to content

Commit 2b08459

Browse files
Bump actions/setup-python from 4.7.0 to 4.8.0 (#295)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@61a6322...b64ffca) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0311049 commit 2b08459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@61a6322f88396a6271a6ee3565807d608ecaddd1
13+
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
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@61a6322f88396a6271a6ee3565807d608ecaddd1
17+
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
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
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
20+
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
2121
with:
2222
python-version: '3.10'
2323
cache: 'pip'

0 commit comments

Comments
 (0)