Skip to content

Commit e9274f7

Browse files
chore(deps): update actions/setup-python action to v7 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddcfda2 commit e9274f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Set up Python
6262
id: setup-python
63-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
63+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464
with:
6565
python-version: ${{ env.PYTHON_VERSION }}
6666

@@ -212,7 +212,7 @@ jobs:
212212
- name: Set up Python
213213
id: setup-python
214214
if: matrix.kind != 'msvc'
215-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
215+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
216216
with:
217217
python-version: ${{ env.PYTHON_VERSION }}
218218

.github/workflows/localize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: .lizardbyte-common
4646

4747
- name: Install Python
48-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
48+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151

0 commit comments

Comments
 (0)