Skip to content

Commit d5dba5c

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#457)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b5d4c6 commit d5dba5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5151
with:
5252
fetch-depth: 0
53-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
53+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5454
with:
5555
python-version: "${{ matrix.python-version }}"
5656
cache: "pip"
@@ -118,7 +118,7 @@ jobs:
118118
contents: write
119119
steps:
120120
- name: "Install Python"
121-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
121+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
122122
with:
123123
python-version: "3.12"
124124
- name: "Check out source"

0 commit comments

Comments
 (0)