diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 687b8fa3a0f..0ae26f9e63c 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -11,7 +11,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Run Tests diff --git a/.github/workflows/endurance-test.yml b/.github/workflows/endurance-test.yml index 1ee18ec8b60..09de6ac78df 100644 --- a/.github/workflows/endurance-test.yml +++ b/.github/workflows/endurance-test.yml @@ -20,7 +20,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Endurance Tests diff --git a/.github/workflows/kopia-ui-pr-test.yml b/.github/workflows/kopia-ui-pr-test.yml index 16ce6e9df5d..cc143f70e8f 100644 --- a/.github/workflows/kopia-ui-pr-test.yml +++ b/.github/workflows/kopia-ui-pr-test.yml @@ -17,7 +17,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build and test HTML UI and KopiaUI run: | diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7bfe0f81858..0dede8d2f53 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -52,7 +52,7 @@ jobs: run: "sudo xcode-select -r" if: ${{ contains(matrix.os, 'macos') }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup @@ -147,7 +147,7 @@ jobs: needs: build if: github.event_name != 'pull_request' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx diff --git a/.github/workflows/provider-tests.yml b/.github/workflows/provider-tests.yml index a1377d10805..e46a933e794 100644 --- a/.github/workflows/provider-tests.yml +++ b/.github/workflows/provider-tests.yml @@ -11,7 +11,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Provider Tests diff --git a/.github/workflows/race-detector.yml b/.github/workflows/race-detector.yml index e424bcf610c..4bd7e3517c5 100644 --- a/.github/workflows/race-detector.yml +++ b/.github/workflows/race-detector.yml @@ -11,7 +11,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Integration Tests @@ -26,7 +26,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Unit Tests diff --git a/.github/workflows/stress-test.yml b/.github/workflows/stress-test.yml index 5ba5368babb..848cfbcce46 100644 --- a/.github/workflows/stress-test.yml +++ b/.github/workflows/stress-test.yml @@ -19,7 +19,7 @@ jobs: go-version: ^1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Stress Test