diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4721a45..a9e56f3 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.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: "3.11" cache: "pip"