Skip to content

Commit f1fafb5

Browse files
chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#323)
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 d07fd9a commit f1fafb5

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@1e60f620b9541d16bece96c5465dc8ee9832be0b
110110
with:
111111
node-version: 18.x
112-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
112+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
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@1e60f620b9541d16bece96c5465dc8ee9832be0b
141141
with:
142142
node-version: 18.x
143-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
143+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
144144
with:
145145
python-version: 3.x
146146
- name: Download build artifacts

0 commit comments

Comments
 (0)