Skip to content

Commit 321f912

Browse files
authored
Merge pull request #309 from macbre/dependabot/github_actions/actions/setup-python-3.1.1
Bump actions/setup-python from 2 to 3.1.1
2 parents 774a359 + 02e6c31 commit 321f912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/[email protected]
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v3
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/[email protected]
4141
- name: Set up Python
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/[email protected]
4545
- name: Set up Python
46-
uses: actions/setup-python@v1
46+
uses: actions/setup-python@v3
4747
with:
4848
python-version: ${{ matrix.python }}
4949

0 commit comments

Comments
 (0)