diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 626796e..ec4801e 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -22,7 +22,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -45,7 +45,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -68,7 +68,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -91,7 +91,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -140,7 +140,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' @@ -163,7 +163,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 45484a7..280e144 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b4967f8..0a3e106 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,7 +30,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ matrix.python }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python }} cache: 'poetry' @@ -63,7 +63,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry' diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index df816d8..ffec8ae 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -22,7 +22,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: 'poetry'