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

Commit 92516c4

Browse files
authored
Merge pull request #96 from staticdev/dependabot/github_actions/actions/setup-python-2.3.1
Bump actions/setup-python from 2.3.0 to 2.3.1
2 parents 979e6f4 + 6384ef9 commit 92516c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.3.0
20+
uses: actions/setup-python@v2.3.1
2121
with:
2222
python-version: "3.9"
2323

.github/workflows/tests.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.3.0
23+
uses: actions/setup-python@v2.3.1
2424
with:
2525
python-version: "3.9"
2626

@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 2
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v2.3.0
53+
uses: actions/setup-python@v2.3.1
5454
with:
5555
python-version: "3.9"
5656

0 commit comments

Comments
 (0)