Skip to content

Commit 5d98506

Browse files
Bump actions/setup-python from v2.1.4 to v2.2.0 (#705)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.1.4...8c5ea63) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f476fe2 commit 5d98506

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/[email protected]
8-
- uses: actions/setup-python@v2.1.4
8+
- uses: actions/setup-python@v2.2.0
99
with:
1010
python-version: "3.8"
1111
- run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: ubuntu-latest
77
steps:
88
- uses: actions/[email protected]
9-
- uses: actions/setup-python@v2.1.4
9+
- uses: actions/setup-python@v2.2.0
1010
with:
1111
python-version: "3.9"
1212
- run: |

.github/workflows/reset-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: cookiecutter-hypermodern-python-instance
1919
token: ${{ secrets.X_GITHUB_TOKEN }}
2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v2.1.4
21+
uses: actions/setup-python@v2.2.0
2222
with:
2323
python-version: "3.9"
2424
- name: Install cookiecutter

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/[email protected]
1919
with:
2020
path: cookiecutter-hypermodern-python
21-
- uses: actions/setup-python@v2.1.4
21+
- uses: actions/setup-python@v2.2.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install tools using pip

0 commit comments

Comments
 (0)