diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c324bf3..76e9148 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -43,7 +43,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 6d87e1d..1870cbd 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -137,7 +137,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 454fe42..668f369 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: run: pipx inject poetry "poetry-dynamic-versioning[plugin]>=1.10.0,<2.0.0" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 319aed9..3a78bcc 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -42,7 +42,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 041365f..364c6bd 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -45,7 +45,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ matrix.python-version }} cache: poetry @@ -70,7 +70,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry @@ -95,7 +95,7 @@ jobs: run: pipx install "poetry==${POETRY_VERSION}" - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry