Skip to content

Commit c402f71

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: yarn
224224

225225
- name: Set up Python ${{ matrix.python-version }}
226-
uses: actions/setup-python@v5
226+
uses: actions/setup-python@v6
227227
with:
228228
python-version: ${{ matrix.python-version }}
229229

0 commit comments

Comments
 (0)