Skip to content

Commit f85c2a1

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: temurin
3030
java-version: 11.x
31-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
31+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
3232
name: Setup Python
3333
with:
3434
python-version: 3.x
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
145145
with:
146146
node-version: 18.x
147-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
147+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
148148
with:
149149
python-version: 3.x
150150
- name: Download build artifacts

0 commit comments

Comments
 (0)