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

Commit 198edd5

Browse files
Bump actions/setup-python from v2.2.1 to v2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.1...dc73133) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f16c92 commit 198edd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 2
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v2.2.1
22+
uses: actions/setup-python@v2.2.2
2323
with:
2424
python-version: "3.9"
2525

@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 2
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v2.2.1
54+
uses: actions/setup-python@v2.2.2
5555
with:
5656
python-version: "3.9"
5757

.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: 2
1818

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

0 commit comments

Comments
 (0)