diff --git a/.github/workflows/lint-and-format.yaml b/.github/workflows/lint-and-format.yaml index 0fe311d..c3713be 100644 --- a/.github/workflows/lint-and-format.yaml +++ b/.github/workflows/lint-and-format.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python 3.11 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: "3.11" -