File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
tags :
7
7
- " *"
8
8
pull_request :
9
+ merge_group :
9
10
10
11
# Cancel in-progress runs in current workflow.
11
12
concurrency :
75
76
- uses : ory/ci/checkout@master
76
77
with :
77
78
fetch-depth : 2
78
- - uses : actions/cache@v2
79
+ - uses : actions/cache@v4
79
80
with :
80
81
path : |
81
82
internal/httpclient
@@ -118,7 +119,7 @@ jobs:
118
119
HSM_PIN : 1234
119
120
steps :
120
121
- uses : ory/ci/checkout@master
121
- - uses : actions/cache@v2
122
+ - uses : actions/cache@v4
122
123
with :
123
124
path : |
124
125
internal/httpclient
@@ -177,11 +178,11 @@ jobs:
177
178
- uses : actions/setup-go@v3
178
179
with :
179
180
go-version : " 1.22"
180
- - uses : actions/cache@v2
181
+ - uses : actions/cache@v4
181
182
with :
182
183
path : ./test/e2e/hydra
183
184
key : ${{ runner.os }}-hydra
184
- - uses : actions/cache@v2
185
+ - uses : actions/cache@v4
185
186
with :
186
187
path : |
187
188
internal/httpclient
Original file line number Diff line number Diff line change 13
13
branches : [master]
14
14
schedule :
15
15
- cron : " 0 11 * * 6"
16
+ merge_group :
16
17
17
18
jobs :
18
19
analyze :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Format
3
3
on :
4
4
pull_request :
5
5
push :
6
+ merge_group :
6
7
7
8
jobs :
8
9
format :
You can’t perform that action at this time.
0 commit comments