diff --git a/.github/workflows/build-conda-images.yml b/.github/workflows/build-conda-images.yml index 72579c9e7..8104f8866 100644 --- a/.github/workflows/build-conda-images.yml +++ b/.github/workflows/build-conda-images.yml @@ -31,7 +31,7 @@ jobs: CUDA_VERSION: ${{ matrix.cuda_version }} steps: - name: Checkout PyTorch builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then diff --git a/.github/workflows/build-libtorch-images.yml b/.github/workflows/build-libtorch-images.yml index bc279e80f..9df52050d 100644 --- a/.github/workflows/build-libtorch-images.yml +++ b/.github/workflows/build-libtorch-images.yml @@ -34,7 +34,7 @@ jobs: GPU_ARCH_VERSION: ${{ matrix.cuda_version }} steps: - name: Checkout PyTorch builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then @@ -53,7 +53,7 @@ jobs: GPU_ARCH_VERSION: ${{ matrix.rocm_version }} steps: - name: Checkout PyTorch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout PyTorch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then diff --git a/.github/workflows/build-llvm-images.yml b/.github/workflows/build-llvm-images.yml index bea07aafd..a89230891 100644 --- a/.github/workflows/build-llvm-images.yml +++ b/.github/workflows/build-llvm-images.yml @@ -25,7 +25,7 @@ jobs: runs-on: linux.2xlarge steps: - name: Checkout PyTorch builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then diff --git a/.github/workflows/build-magma-linux.yml b/.github/workflows/build-magma-linux.yml index 5585e6bd9..eb1d67a70 100644 --- a/.github/workflows/build-magma-linux.yml +++ b/.github/workflows/build-magma-linux.yml @@ -33,7 +33,7 @@ jobs: cuda_version: ["118", "117", "116"] steps: - name: Checkout PyTorch builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Magma Cuda working-directory: magma run: | diff --git a/.github/workflows/build-magma-windows.yml b/.github/workflows/build-magma-windows.yml index 45bd18f55..7a312febc 100644 --- a/.github/workflows/build-magma-windows.yml +++ b/.github/workflows/build-magma-windows.yml @@ -24,7 +24,7 @@ jobs: CONFIG: ${{ matrix.config }} steps: - name: Checkout pytorch/builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Enable MSVC dev commands to enable cl.exe # FYI incompatible with shell: bash uses: ilammy/msvc-dev-cmd@dd5e2fa0a7de1e7929605d9ecc020e749d9856a3 - name: Install CUDA Toolkit diff --git a/.github/workflows/build-manywheel-images.yml b/.github/workflows/build-manywheel-images.yml index 38cccd19f..811f3fc53 100644 --- a/.github/workflows/build-manywheel-images.yml +++ b/.github/workflows/build-manywheel-images.yml @@ -36,7 +36,7 @@ jobs: GPU_ARCH_VERSION: ${{ matrix.cuda_version }} steps: - name: Checkout PyTorch builder - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then @@ -55,7 +55,7 @@ jobs: GPU_ARCH_VERSION: ${{ matrix.rocm_version }} steps: - name: Checkout PyTorch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout PyTorch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then @@ -83,7 +83,7 @@ jobs: GPU_ARCH_TYPE: cpu-cxx11-abi steps: - name: Checkout PyTorch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Authenticate if WITH_PUSH run: | if [[ "${WITH_PUSH}" == true ]]; then