Skip to content

Commit a688579

Browse files
Update actions/setup-python action to v3 (#324)
Signed-off-by: Renovate Bot <[email protected]>
1 parent b26e006 commit a688579

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
@@ -20,7 +20,7 @@ jobs:
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
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: 3.7
2626

0 commit comments

Comments
 (0)