diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 96e037f..fac66b4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} # We always install zstandard by hand, since it's an optional lib.