diff --git a/.github/workflows/vader.yml b/.github/workflows/vader.yml index 3c8215a..f02ea74 100644 --- a/.github/workflows/vader.yml +++ b/.github/workflows/vader.yml @@ -17,7 +17,7 @@ jobs: # There exists a vint github action but it can't install the alpha # version. vint has not been moving since 2020 and we need to use the # alpha release since it fixed some things wrt the latest stable release. - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.10' - name: Install vint