diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ff440ba6b8540708928d1ee6fdc60116896d7b_LmdpdGh1Yi93b3JrZmxvd3MvY2kueW1s..caf66e818c5c26a479f94a4e67ef715cdd7e89cb_LmdpdGh1Yi93b3JrZmxvd3MvY2kueW1s 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ - uses: actions/checkout@v3.1.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.0.10 @@ -56,7 +56,7 @@ - uses: actions/checkout@v3.1.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} @@ -103,7 +103,7 @@ - uses: actions/checkout@v3.1.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.0.10 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index d7ff440ba6b8540708928d1ee6fdc60116896d7b_LmdpdGh1Yi93b3JrZmxvd3Mvd2hlZWwtYnVpbGRlci55bWw=..caf66e818c5c26a479f94a4e67ef715cdd7e89cb_LmdpdGh1Yi93b3JrZmxvd3Mvd2hlZWwtYnVpbGRlci55bWw= 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -137,7 +137,7 @@ ref: ${{ github.event.inputs.version || github.ref }} persist-credentials: false - name: Setup python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}