Skip to content

Commit a8fea1e

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@b55428b...2c3dd9e) --- 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 d6f0d36 commit a8fea1e

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@b55428b1882923874294fa556849718a1d7f2ca5
13+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@b55428b1882923874294fa556849718a1d7f2ca5
17+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
18+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
1919
with:
2020
python-version: '3.10'
2121
cache: 'pip'

0 commit comments

Comments
 (0)