Skip to content

Commit 163021a

Browse files
chore: bump actions/setup-python from 5.3.0 to 5.4.0 (#64)
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 75315de commit 163021a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Setup Python ${{ matrix.python-versions }}
66-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
66+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6767
with:
6868
python-version: ${{ matrix.python-versions }}
6969

.github/workflows/repository-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # V4.2.2
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # V5.3.0
80+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # V5.4.0
8181
with:
8282
python-version: ${{ needs.get-python-version.outputs.version }}
8383

0 commit comments

Comments
 (0)