diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18549f1..129b54c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - &setup-python-default name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: &actions-setup-python actions/setup-python@v6.1.0 + uses: &actions-setup-python actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} check-latest: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8edc648..6c176e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Build distributions