diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index 9d72050..ca0f974 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -22,7 +22,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/Lint.yml b/.github/workflows/Lint.yml index 76be941..f2abefe 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -31,7 +31,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 e5318c5..b5498b5 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"