diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4799b87..515f036 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.head_ref }} - name: "Set up Python" - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: "3.11" cache: "pip"