Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit b7d19f2

Browse files
Bump actions/setup-python from 2.3.2 to 4.2.0 (#295)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39b0a7a commit b7d19f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conduit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up Python
36-
uses: actions/setup-python@v2.3.2
36+
uses: actions/setup-python@v4.2.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

.github/workflows/styles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Python
25-
uses: actions/setup-python@v2.3.2
25+
uses: actions/setup-python@v4.2.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v2.3.2
37+
uses: actions/setup-python@v4.2.0
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

0 commit comments

Comments
 (0)