Skip to content

Commit 87a0d53

Browse files
Bump actions/setup-python from 2.3.2 to 3.1.0 (#27)
1 parent 980bef9 commit 87a0d53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup Python
21-
uses: actions/setup-python@v2.3.2
21+
uses: actions/setup-python@v3.1.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Setup Python
54-
uses: actions/setup-python@v2.3.2
54+
uses: actions/setup-python@v3.1.0
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python
13-
uses: actions/setup-python@v2.3.2
13+
uses: actions/setup-python@v3.1.0
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)