Skip to content

Commit 1515500

Browse files
chore(deps): update actions/setup-python action to v6 (#560)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b55428 commit 1515500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2121
# yamllint (https://github.com/adrienverge/yamllint) which require Python
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.13'
2525
check-latest: true

0 commit comments

Comments
 (0)