Skip to content

Commit 7bec9d2

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.0 (#93)
1 parent 3856365 commit 7bec9d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Setup Python
28-
uses: actions/setup-python@v4.2.0
28+
uses: actions/setup-python@v4.3.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363
- name: Setup Python
64-
uses: actions/setup-python@v4.2.0
64+
uses: actions/setup-python@v4.3.0
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
architecture: x64

.github/workflows/pypipublish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-python@v4.2.0
16+
- uses: actions/setup-python@v4.3.0
1717
name: Install Python
1818
with:
1919
python-version: 3.9
@@ -48,7 +48,7 @@ jobs:
4848
needs: build-artifacts
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/setup-python@v4.2.0
51+
- uses: actions/setup-python@v4.3.0
5252
name: Install Python
5353
with:
5454
python-version: 3.9

0 commit comments

Comments
 (0)