Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 1e7b4a8

Browse files
Bump actions/setup-python from v2.1.4 to v2.2.1 (#12)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.1.4...3105fb1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1686f65 commit 1e7b4a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v2.1.4
20+
uses: actions/setup-python@v2.2.1
2121
with:
2222
python-version: "3.9"
2323

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v2.1.4
38+
uses: actions/setup-python@v2.2.1
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/[email protected]
105105

106106
- name: Set up Python 3.9
107-
uses: actions/setup-python@v2.1.4
107+
uses: actions/setup-python@v2.2.1
108108
with:
109109
python-version: 3.9
110110

0 commit comments

Comments
 (0)