mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
update actions/checkout
This commit is contained in:
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test all modules
|
- name: Test all modules
|
||||||
run: make test-unit-non-plugin
|
run: make test-unit-non-plugin
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test all modules
|
- name: Test all modules
|
||||||
run: make test-unit-non-plugin
|
run: make test-unit-non-plugin
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test kyaml
|
- name: Test kyaml
|
||||||
run: go test -cover ./...
|
run: go test -cover ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user