Skip to content

Commit f3dc9d3

Browse files
authored
Merge pull request #92 from Anselmoo/dependabot/github_actions/actions/setup-python-2.3.2
Bump actions/setup-python from 2.3.1 to 2.3.2
2 parents ad0be34 + 1cff42f commit f3dc9d3

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/[email protected].1
19+
uses: actions/[email protected].2
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/[email protected].1
50+
uses: actions/[email protected].2
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/[email protected].1
23+
uses: actions/[email protected].2
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)