Skip to content

Commit 4547469

Browse files
chore: 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 3f88737 commit 4547469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
permissions: {}
6565
steps:
66-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
66+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
6767
with:
6868
python-version: 3.x
6969
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
146146
with:
147147
node-version: 18.x
148-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
148+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
149149
with:
150150
python-version: 3.x
151151
- name: Download build artifacts

0 commit comments

Comments
 (0)