diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 15a34a2f96..05216e3f2f 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout LFS objects run: git lfs checkout - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "1.18.0" # The Go version to download (if necessary) and use. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3471437ac5..85f9154ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout LFS objects run: git lfs checkout - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "1.18.0" # The Go version to download (if necessary) and use. - name: Test with coverage diff --git a/.github/workflows/manual-integration.yml b/.github/workflows/manual-integration.yml index 4b9b743b06..e8568da428 100644 --- a/.github/workflows/manual-integration.yml +++ b/.github/workflows/manual-integration.yml @@ -18,7 +18,7 @@ jobs: run: git lfs checkout - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "1.18" # The Go version to download (if necessary) and use.