diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 589a0bb1..98f6011f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3.6.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.3.2 @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v3.6.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v3.6.0 - name: Setup python id: setup-python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions/cache@v3.3.2 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 0705b387..f8728ef1 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -185,7 +185,7 @@ jobs: with: name: bcrypt-sdist - name: Setup python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}