diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index cbc3ad7..3716eee 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@v6 + uses: actions/setup-python@v7 with: cache: "pip" python-version: "3.11" diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index a046586..da63f54 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@v6 + uses: actions/setup-python@v7 with: cache: "pip" python-version: "3.11" diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index ad87818..c79eeb9 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@v6 + uses: actions/setup-python@v7 with: cache: pip python-version: "3.11"