Skip to content

Commit 0fa17e4

Browse files
chore(deps): Update actions/setup-python action to v7
1 parent 9140ca9 commit 0fa17e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: "0.11.24"
2020
- name: Set up Python
21-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:
2323
python-version: "3.14"
2424
- name: Install dependencies

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
version: "0.11.24"
2525
- name: Set up Python
26-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
26+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2727
with:
2828
python-version: "3.14"
2929
- name: Install dependencies

0 commit comments

Comments
 (0)