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

Commit 95950a1

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #30 from staticdev/dependabot/github_actions/actions/setup-python-v2.2.2
Bump actions/setup-python from v2.2.1 to v2.2.2
2 parents 4f16c92 + 198edd5 commit 95950a1

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)