diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index f44cd87..b38628a 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -33,7 +33,7 @@ jobs: - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: cache: "pip" python-version: "3.11" diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index dc50213..5b1d1f7 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -13,7 +13,7 @@ jobs: - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: cache: pip python-version: "3.11"