Skip to content

Commit 11bccb6

Browse files
chore: bump actions/setup-python from 5.1.1 to 5.2.0 (#348)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 3d0beef commit 11bccb6

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
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
8585
with:
8686
node-version: 18.x
87-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
87+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
8888
with:
8989
python-version: 3.x
9090
- name: Download build artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
141141
with:
142142
node-version: 18.x
143-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
143+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
144144
with:
145145
python-version: 3.x
146146
- name: Download build artifacts

0 commit comments

Comments
 (0)