diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 322d851d..4df60c54 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -21,7 +21,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -44,7 +44,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -67,7 +67,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -90,7 +90,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -139,7 +139,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -162,7 +162,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -185,7 +185,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a3016e21..f7572115 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 2da1fcfc..ec6c3569 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -21,7 +21,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry'