Skip to content

Commit 1d1ed4e

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 654a114 commit 1d1ed4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sphinx-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # version 4.2.2
13-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # version 5.3.0
13+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # version 5.4.0
1414
with:
1515
python-version: "3.12"
1616
cache: pip

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # version 4.2.2
22-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # version 5.3.0
22+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # version 5.4.0
2323
with:
2424
python-version: "3.12"
2525
cache: pip

0 commit comments

Comments
 (0)