Skip to content

Commit 715df2a

Browse files
committed
chore(deps): update actions/setup-python action to v5.4.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v5.0.0 | v5.4.0 |
1 parent 957073f commit 715df2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515
- name: Set up Python
16-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
16+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1717
with:
1818
python-version: "3.13.0"
1919
- name: Install publish dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
15+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install test dependencies

0 commit comments

Comments
 (0)