File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
unittest :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : d3adb5/helm-unittest-action@v2
17
17
with :
18
18
flags : " --color --strict"
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
runs-on : ubuntu-22.04
14
14
container : golang:1.19
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- run : make vet
18
18
shell : bash
19
19
test :
20
20
name : go test
21
21
runs-on : ubuntu-22.04
22
22
container : golang:1.19
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- run : make test
26
26
docker_build :
27
27
name : docker_build
53
53
uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
54
54
- name : Install Syft
55
55
uses : anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- name : Set up QEMU
58
58
uses : docker/setup-qemu-action@v3
59
59
- name : Set up Docker Buildx
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
runs-on : ubuntu-22.04
16
16
container : golang:1.19
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- run : make vet
20
20
shell : bash
21
21
test :
22
22
name : go test
23
23
runs-on : ubuntu-22.04
24
24
container : golang:1.19
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- run : make test
28
28
docker_build :
29
29
name : docker_build
44
44
- name : Adding github workspace as safe directory
45
45
# See issue https://github.com/actions/checkout/issues/760
46
46
run : git config --global --add safe.directory $GITHUB_WORKSPACE
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Set up QEMU
49
49
uses : docker/setup-qemu-action@v3
50
50
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments