Skip to content

Commit 7e5eef0

Browse files
authored
Merge pull request #405 from QCoDeS/dependabot/github_actions/actions/setup-python-5.4.0
Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents b55e2c7 + 26f47fc commit 7e5eef0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
args: install pandoc
5656
if: runner.os == 'Windows'
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v5.3.0
58+
uses: actions/setup-python@v5.4.0
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
cache: 'pip'

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: ./.github/actions/setup-ubuntu-latest-xvfb
4343
if: runner.os == 'Linux'
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v5.3.0
45+
uses: actions/setup-python@v5.4.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
cache: 'pip'

.github/workflows/upload_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Set up Python
17-
uses: actions/setup-python@v5.3.0
17+
uses: actions/setup-python@v5.4.0
1818
with:
1919
python-version: '3.10'
2020
- name: Install build deps

0 commit comments

Comments
 (0)