diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index f57c535..ee2b62d 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.1.1 + uses: actions/setup-python@v5.2.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.1.1 + uses: actions/setup-python@v5.2.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.1.1 + uses: actions/setup-python@v5.2.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.1.1 + uses: actions/setup-python@v5.2.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.1.1 + uses: actions/setup-python@v5.2.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.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5cf312a..1125fbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fb0416e..40165f2 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.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.python }} cache: "poetry" @@ -58,7 +58,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 502303e..4158e7c 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.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry"