Skip to content

Commit a82b027

Browse files
authored
Merge pull request #97 from Anselmoo/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2.3.2 to 3
2 parents f3dc9d3 + 9baa4ce commit a82b027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/[email protected]
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2.3.2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/[email protected]
4949
- name: Set up Python
50-
uses: actions/setup-python@v2.3.2
50+
uses: actions/setup-python@v3
5151
with:
5252
python-version: '3.x'
5353
- name: Install dependencies

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/[email protected]
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2.3.2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)