diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34db0bb..f439983 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,7 +110,7 @@ jobs: sudo xcode-select --switch /Applications/Xcode_16.4.app - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: # Appending -dev ensures that we can always build the dev release. # It's a no-op for versions that have been published. @@ -164,7 +164,7 @@ jobs: merge-multiple: true - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: # Appending -dev ensures that we can always build the dev release. # It's a no-op for versions that have been published. @@ -222,7 +222,7 @@ jobs: sudo xcode-select --switch /Applications/Xcode_16.4.app - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: # Appending -dev ensures that we can always build the dev release. # It's a no-op for versions that have been published. @@ -278,7 +278,7 @@ jobs: merge-multiple: true - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: # Appending -dev ensures that we can always build the dev release. # It's a no-op for versions that have been published. diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8f64774..1ba719c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Python environment - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.X"