diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842066b4a186f43526e3ea423ae17d8615521a8d_LmdpdGh1Yi93b3JrZmxvd3MvY2kueW1s..d67bb5ab35f4279d6d9b76063f9d4fa95a24e427_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.3.0 + uses: actions/setup-python@v4.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.0.11 @@ -56,7 +56,7 @@ - uses: actions/checkout@v3.1.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v4.3.1 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.3.0 + uses: actions/setup-python@v4.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.0.11 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 842066b4a186f43526e3ea423ae17d8615521a8d_LmdpdGh1Yi93b3JrZmxvd3Mvd2hlZWwtYnVpbGRlci55bWw=..d67bb5ab35f4279d6d9b76063f9d4fa95a24e427_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.3.0 + uses: actions/setup-python@v4.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}