Skip to content

Commit def815b

Browse files
chore: bump actions/setup-python from 5.6.0 to 6.0.0 (#490)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38c571e commit def815b

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

.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@a26af69be951a213d495a4c3e4e4022e16d87065
31+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
3232
name: Setup Python
3333
with:
3434
python-version: 3.x
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
146146
with:
147147
node-version: 18.x
148-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
148+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
149149
with:
150150
python-version: 3.x
151151
- name: Download build artifacts

0 commit comments

Comments
 (0)