Skip to content

Commit 1a73b22

Browse files
chore: bump actions/setup-python from 5.2.0 to 5.3.0 (#381)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 398247c commit 1a73b22

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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
8585
with:
8686
node-version: 18.x
87-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
87+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
141141
with:
142142
node-version: 18.x
143-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
143+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
144144
with:
145145
python-version: 3.x
146146
- name: Download build artifacts

0 commit comments

Comments
 (0)