File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Check out code into the Go module directory
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
25
25
- name : Install Go
26
- uses : actions/setup-go@v4
26
+ uses : actions/setup-go@v5
27
27
with :
28
28
go-version-file : " go.mod"
29
29
30
30
- name : Docker Login
31
31
if : ${{ github.event_name != 'pull_request' }}
32
- uses : docker/login-action@v2
32
+ uses : docker/login-action@v3
33
33
with :
34
34
registry : quay.io
35
35
username : ${{ secrets.QUAY_USERNAME }}
36
36
password : ${{ secrets.QUAY_PASSWORD }}
37
37
38
38
- name : Set up QEMU
39
- uses : docker/setup-qemu-action@v2
39
+ uses : docker/setup-qemu-action@v3
40
40
41
41
- name : Set the release related variables
42
42
run : |
Original file line number Diff line number Diff line change 7
7
name : e2e
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : actions/setup-go@v4
13
+ - uses : actions/setup-go@v5
14
14
with :
15
15
go-version-file : " go.mod"
16
16
- run : sudo rm -rf /usr/local/bin/kustomize
@@ -20,14 +20,14 @@ jobs:
20
20
name : e2e-molecule
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
- - uses : actions/setup-go@v4
26
+ - uses : actions/setup-go@v5
27
27
with :
28
28
go-version-file : " go.mod"
29
29
- run : sudo rm -rf /usr/local/bin/kustomize
30
- - uses : actions/setup-python@v4
30
+ - uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ' 3.9'
33
33
- name : Run test e2e ansible molecule
Original file line number Diff line number Diff line change 7
7
name : sanity
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : actions/setup-go@v4
13
+ - uses : actions/setup-go@v5
14
14
with :
15
15
go-version-file : " go.mod"
16
16
id : go
Original file line number Diff line number Diff line change 7
7
name : unit
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : actions/setup-go@v4
13
+ - uses : actions/setup-go@v5
14
14
with :
15
15
go-version-file : " go.mod"
16
16
- run : make test-unit
You can’t perform that action at this time.
0 commit comments