From cd35e955606b473b1ac039b923c8e31ec3540b9f Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Tue, 11 Oct 2022 11:41:21 +0200 Subject: [PATCH] update actions/checkout --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ./...