Skip to content

Commit 0574e82

Browse files
Update actions/setup-python action to v7
1 parent 3760771 commit 0574e82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
submodules: "recursive"
2323
- name: Set up Python
24-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
24+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2525
with:
2626
python-version: "3.14"
2727
- name: Setup Python environment

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
submodules: "recursive"
3434
- name: Set up Python ${{ matrix.python }}
35-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
35+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3636
with:
3737
python-version: ${{ matrix.python }}
3838
- name: Setup Python environment

0 commit comments

Comments
 (0)