Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit c65efd1

Browse files
authored
Merge pull request #419 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 bc341dc + d629eb9 commit c65efd1

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
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2.3.0
19+
uses: actions/setup-python@v2.3.1
2020
with:
2121
python-version: "3.10"
2222

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v2.4.0
3636

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

@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v2.4.0
106106

107107
- name: Set up Python
108-
uses: actions/setup-python@v2.3.0
108+
uses: actions/setup-python@v2.3.1
109109
with:
110110
python-version: "3.10"
111111

0 commit comments

Comments
 (0)