diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 8234d262..f457e588 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -55,7 +55,7 @@ jobs: # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.14' check-latest: true