diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index fb94fbe5..25fc6c7b 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -19,7 +19,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@v5 + - uses: actions/setup-python@v6 with: python-version: '3.13' check-latest: true