Skip to content

Commit 972f7ed

Browse files
Update actions/setup-python action to v7
1 parent 3f94dbb commit 972f7ed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/example_package_project-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
24+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
4646
- name: Set up Python 3.14
47-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
47+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4848
with:
4949
python-version: 3.14.6
5050
- name: Install python dependencies
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
6262
- name: Set up Python 3.14
63-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
63+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464
with:
6565
python-version: 3.14.6
6666
- name: Install python dependencies

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
24+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525
with:
2626
python-version: 3.14.6
2727

@@ -131,7 +131,7 @@ jobs:
131131
ref: main
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
134+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
135135
with:
136136
python-version: 3.14.6
137137

0 commit comments

Comments
 (0)