@@ -16,26 +16,26 @@ jobs:
16
16
container : ghcr.io/kedacore/keda-tools:1.22.2
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 1
22
22
lfs : true
23
23
24
24
- name : Setup Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ' 1.22'
28
28
29
29
- name : Go modules cache
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : /go/pkg
33
33
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-go-
36
36
37
37
- name : Login to GitHub Container Registry
38
- uses : docker/login-action@v2
38
+ uses : docker/login-action@v3
39
39
with :
40
40
# Username used to log in to a Docker registry. If not set then no login will occur
41
41
username : ${{ github.repository_owner }}
@@ -65,18 +65,18 @@ jobs:
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Check out code
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
with :
70
70
fetch-depth : 1
71
71
lfs : true
72
72
73
73
- name : Setup Go
74
- uses : actions/setup-go@v4
74
+ uses : actions/setup-go@v5
75
75
with :
76
76
go-version : ' 1.22'
77
77
78
78
- name : Login to GitHub Container Registry
79
- uses : docker/login-action@v2
79
+ uses : docker/login-action@v3
80
80
with :
81
81
# Username used to log in to a Docker registry. If not set then no login will occur
82
82
username : ${{ github.repository_owner }}
@@ -130,26 +130,26 @@ jobs:
130
130
runs-on : ubuntu-latest
131
131
steps :
132
132
- name : Check out code
133
- uses : actions/checkout@v3
133
+ uses : actions/checkout@v4
134
134
with :
135
135
fetch-depth : 1
136
136
lfs : true
137
137
138
138
- name : Setup Go
139
- uses : actions/setup-go@v4
139
+ uses : actions/setup-go@v5
140
140
with :
141
141
go-version : ' 1.22'
142
142
143
143
- name : Go modules cache
144
- uses : actions/cache@v3
144
+ uses : actions/cache@v4
145
145
with :
146
146
path : /go/pkg
147
147
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
148
148
restore-keys : |
149
149
${{ runner.os }}-go-
150
150
151
151
- name : Login to GitHub Container Registry
152
- uses : docker/login-action@v2
152
+ uses : docker/login-action@v3
153
153
with :
154
154
# Username used to log in to a Docker registry. If not set then no login will occur
155
155
username : ${{ github.repository_owner }}
0 commit comments