File tree Expand file tree Collapse file tree 6 files changed +16
-18
lines changed Expand file tree Collapse file tree 6 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 44
44
steps :
45
45
-
46
46
name : Checkout
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
-
49
49
name : Expose GitHub Runtime
50
50
uses : crazy-max/ghaction-github-runtime@v2
91
91
});
92
92
-
93
93
name : Build
94
- uses : docker/bake-action@v2
94
+ uses : docker/bake-action@v3
95
95
with :
96
96
targets : integration-tests-base
97
97
set : |
@@ -126,7 +126,7 @@ jobs:
126
126
done
127
127
-
128
128
name : Checkout
129
- uses : actions/checkout@v3
129
+ uses : actions/checkout@v4
130
130
-
131
131
name : Expose GitHub Runtime
132
132
uses : crazy-max/ghaction-github-runtime@v2
Original file line number Diff line number Diff line change 62
62
steps :
63
63
-
64
64
name : Checkout
65
- uses : actions/checkout@v3
65
+ uses : actions/checkout@v4
66
66
-
67
67
name : Prepare
68
68
id : prep
@@ -102,7 +102,7 @@ jobs:
102
102
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
103
103
-
104
104
name : Checkout
105
- uses : actions/checkout@v3
105
+ uses : actions/checkout@v4
106
106
with :
107
107
fetch-depth : 0
108
108
-
@@ -149,7 +149,7 @@ jobs:
149
149
steps :
150
150
-
151
151
name : Checkout
152
- uses : actions/checkout@v3
152
+ uses : actions/checkout@v4
153
153
-
154
154
name : Expose GitHub Runtime
155
155
uses : crazy-max/ghaction-github-runtime@v2
Original file line number Diff line number Diff line change 42
42
-
43
43
name : Build
44
44
if : ${{ env.DOCKER_BUILD == 'true' }}
45
- uses : docker/build-push-action@v3
45
+ uses : docker/build-push-action@v4
46
46
with :
47
47
context : ${{ env.DOCKER_VERSION }}
48
48
target : binary
93
93
steps :
94
94
-
95
95
name : Checkout
96
- uses : actions/checkout@v3
96
+ uses : actions/checkout@v4
97
97
-
98
98
name : Expose GitHub Runtime
99
99
uses : crazy-max/ghaction-github-runtime@v2
Original file line number Diff line number Diff line change 90
90
fi
91
91
-
92
92
name : Checkout
93
- uses : actions/checkout@v3
93
+ uses : actions/checkout@v4
94
94
-
95
95
name : Expose GitHub Runtime
96
96
uses : crazy-max/ghaction-github-runtime@v2
Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ jobs:
37
37
steps :
38
38
-
39
39
name : Checkout
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
-
42
42
name : Set up Go
43
- uses : actions/setup-go@v3
43
+ uses : actions/setup-go@v4
44
44
with :
45
45
go-version : " ${{ env.GO_VERSION }}"
46
- cache : true
47
46
-
48
47
name : Install gotestsum
49
48
run : |
@@ -98,13 +97,12 @@ jobs:
98
97
steps :
99
98
-
100
99
name : Checkout
101
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v4
102
101
-
103
102
name : Set up Go
104
- uses : actions/setup-go@v3
103
+ uses : actions/setup-go@v4
105
104
with :
106
105
go-version : " ${{ env.GO_VERSION }}"
107
- cache : true
108
106
109
107
- name : Build buildkitd binary
110
108
run : |
Original file line number Diff line number Diff line change 27
27
steps :
28
28
-
29
29
name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
-
32
32
name : Matrix
33
33
id : targets
45
45
steps :
46
46
-
47
47
name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
-
50
50
name : Set up Docker Buildx
51
51
uses : docker/setup-buildx-action@v2
55
55
buildkitd-flags : --debug
56
56
-
57
57
name : Validate
58
- uses : docker/bake-action@v2
58
+ uses : docker/bake-action@v3
59
59
with :
60
60
targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments