Skip to content

Commit f8b43c8

Browse files
Bump actions/setup-python from 4.7.0 to 4.7.1 (#177)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 280ed83 commit f8b43c8

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/[email protected].0
28+
uses: actions/[email protected].1
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/[email protected].0
64+
uses: actions/[email protected].1
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/[email protected].0
16+
- uses: actions/[email protected].1
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/[email protected].0
51+
- uses: actions/[email protected].1
5252
name: Install Python
5353
with:
5454
python-version: 3.9

0 commit comments

Comments
 (0)