Skip to content

Commit 7ccfa33

Browse files
chore: bump actions/setup-python from 5.4.0 to 5.5.0 (#434)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1dcfb7 commit 7ccfa33

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@42375524e23c412d93fb67b49958b491fce71c38
66+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
6767
with:
6868
python-version: 3.x
6969
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

.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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
146146
with:
147147
node-version: 18.x
148-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
148+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
149149
with:
150150
python-version: 3.x
151151
- name: Download build artifacts

0 commit comments

Comments
 (0)