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

Commit 0274c8d

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #15 from staticdev/dependabot/github_actions/actions/setup-python-v2.2.1
Bump actions/setup-python from v2.1.4 to v2.2.1
2 parents 6ca2590 + 0cf4c3d commit 0274c8d

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
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v2.1.4
23+
uses: actions/setup-python@v2.2.1
2424
with:
2525
python-version: "3.9"
2626

@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 2
5353

5454
- name: Set up Python
55-
uses: actions/setup-python@v2.1.4
55+
uses: actions/setup-python@v2.2.1
5656
with:
5757
python-version: "3.9"
5858

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 2
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v2.1.4
21+
uses: actions/setup-python@v2.2.1
2222
with:
2323
python-version: "3.9"
2424

0 commit comments

Comments
 (0)