diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b01cfb2..df10a4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: with: go-version: 1.15 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Git run: misc/build-git.bash ~/git ${{ matrix.git }} - name: Download dependencies @@ -75,7 +75,7 @@ jobs: with: go-version: 1.15 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Git run: misc/build-git.bash ~/git 2.27.0 - name: Download dependencies @@ -101,7 +101,7 @@ jobs: with: go-version: 1.15 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download dependencies run: go mod download env: