Skip to content

Commit f18757c

Browse files
Bump actions/setup-python from 4.6.0 to 4.7.0 (#166)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3955dc commit f18757c

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.6.0
28+
uses: actions/setup-python@v4.7.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.6.0
64+
uses: actions/setup-python@v4.7.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.6.0
16+
- uses: actions/setup-python@v4.7.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.6.0
51+
- uses: actions/setup-python@v4.7.0
5252
name: Install Python
5353
with:
5454
python-version: 3.9

0 commit comments

Comments
 (0)