Skip to content

Commit d6c210d

Browse files
chore(deps): update actions/setup-python action to v5 (#535)
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 4e2aee8 commit d6c210d

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@v4
22+
- uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.10'
2525
check-latest: true

0 commit comments

Comments
 (0)