Skip to content

Commit b12b6fc

Browse files
renovate[bot]mjpieters
authored andcommitted
chore(deps): update actions/setup-python action to v7
1 parent 8165592 commit b12b6fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Set up Python 🐍
3434
id: python
35-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
35+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3636
with:
3737
python-version-file: "pyproject.toml"
3838

@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Set up Python ${{ matrix.python-version }} 🐍
103103
id: python
104-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
104+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
105105
with:
106106
python-version: ${{ matrix.python-version }}
107107

@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Set up Python 🐍
206206
id: python
207-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
207+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
208208
with:
209209
python-version-file: "pyproject.toml"
210210

0 commit comments

Comments
 (0)