diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 835fa823ba94..42ab32ae9bda 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -22,7 +22,7 @@ jobs: if: ${{github.ref != 'refs/head/main'}} - uses: actions/checkout@v2 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.0 with: python-version: 3.8 - uses: pre-commit/action@v2.0.3 @@ -57,7 +57,7 @@ jobs: if: ${{github.ref != 'refs/head/main'}} - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache dir @@ -109,7 +109,7 @@ jobs: if: ${{github.ref != 'refs/head/main'}} - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache dir