diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 56dc744a3..88f672aef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test all modules run: make test-unit-non-plugin @@ -64,7 +64,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test all modules run: make test-unit-non-plugin @@ -83,7 +83,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test kyaml run: go test -cover ./...