Skip to content

Commit 469724e

Browse files
Bump actions/setup-python from 4.3.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.3.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]>
1 parent 59e3bbb commit 469724e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shell: bash
7373
if: runner.os == 'Linux'
7474
- name: Set up Python ${{ matrix.python-version }}
75-
uses: actions/[email protected].0
75+
uses: actions/[email protected].1
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878
cache: 'pip'

.github/workflows/pytest-min-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup ubuntu-latest xvfb
3232
uses: ./.github/actions/setup-ubuntu-latest-xvfb
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
cache: 'pip'

.github/workflows/pytest-non-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: setup ubuntu-latest xvfb
2929
uses: ./.github/actions/setup-ubuntu-latest-xvfb
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: 'pip'

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
if: runner.os == 'Linux'
4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
cache: 'pip'

.github/workflows/upload_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
- name: Set up Python
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
python-version: '3.10'
1919
- name: Install build deps

0 commit comments

Comments
 (0)