diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45300dd..08d2ecc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Setup python id: setup-python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v5.0.1 @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Setup python id: setup-python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} @@ -107,7 +107,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Setup python id: setup-python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v5.0.1 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index b7d8662d..443629cb 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -223,7 +223,7 @@ jobs: with: name: bcrypt-sdist - name: Setup python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}