diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ff35ffc7..3af06305 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -31,7 +31,7 @@ jobs: with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 1c38510e..6a910f61 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -30,7 +30,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install Python dependencies @@ -54,7 +54,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install Python dependencies diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 98ebe34b..1cb907f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: enable-cache: false - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7dcd8742..01803092 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,7 +38,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ matrix.python }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python }} - name: 🏗 Install dependencies @@ -73,7 +73,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 15099a38..01912026 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -33,7 +33,7 @@ jobs: - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python # yamllint disable-line rule:line-length - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies