diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index f9770cc..fa2f50f 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -23,7 +23,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -46,7 +46,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -71,7 +71,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -118,7 +118,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -141,7 +141,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -164,7 +164,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5e63a61..5858184 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@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6f967bb..d707434 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ matrix.python }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ matrix.python }} cache: "poetry" @@ -59,7 +59,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 64ef2c7..f51b113 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -23,7 +23,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry"