diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d20ab607167..ce4291feaa1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "Compile binaries" run: make artifacts - name: "SHA256SUMS" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68dbd962a49..4726de03030 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src/github.com/containerd/nerdctl fetch-depth: 25 @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 20 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: golangci-lint @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: "Run unit tests" @@ -59,7 +59,7 @@ jobs: env: CONTAINERD_VERSION: "${{ matrix.containerd }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: "Prepare integration test environment" @@ -82,7 +82,7 @@ jobs: env: CONTAINERD_VERSION: "${{ matrix.containerd }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: "Prepare (network driver=slirp4netns, port driver=builtin)" @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: "Cross" @@ -114,7 +114,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: "Ensure that the integration test suite is compatible with Docker" @@ -128,7 +128,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 # Vagrant is slow, so we build binaries outside Vagrant