Skip to content

Commit efb2310

Browse files
chore: bump actions/setup-python from 5.0.0 to 5.1.0 (#251)
1 parent c32f381 commit efb2310

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
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
110110
with:
111111
node-version: 18.x
112-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
112+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
113113
with:
114114
python-version: 3.x
115115
- 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@60edb5dd545a775178f52524783378180af0d1f8
141141
with:
142142
node-version: 18.x
143-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
143+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
144144
with:
145145
python-version: 3.x
146146
- name: Download build artifacts

0 commit comments

Comments
 (0)