diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index d1dc5a9..f5828a5 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -36,7 +36,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 1ca0040..0d5d122 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -21,7 +21,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"