Skip to content

Commit 5a1af91

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 77311c0 commit 5a1af91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1515
# yamllint (https://github.com/adrienverge/yamllint) which requires Python
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.13'
2020
check-latest: true

0 commit comments

Comments
 (0)