File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66 tags :
77 - " *"
88 pull_request :
9+ merge_group :
910
1011# Cancel in-progress runs in current workflow.
1112concurrency :
7576 - uses : ory/ci/checkout@master
7677 with :
7778 fetch-depth : 2
78- - uses : actions/cache@v2
79+ - uses : actions/cache@v4
7980 with :
8081 path : |
8182 internal/httpclient
@@ -118,7 +119,7 @@ jobs:
118119 HSM_PIN : 1234
119120 steps :
120121 - uses : ory/ci/checkout@master
121- - uses : actions/cache@v2
122+ - uses : actions/cache@v4
122123 with :
123124 path : |
124125 internal/httpclient
@@ -177,11 +178,11 @@ jobs:
177178 - uses : actions/setup-go@v3
178179 with :
179180 go-version : " 1.22"
180- - uses : actions/cache@v2
181+ - uses : actions/cache@v4
181182 with :
182183 path : ./test/e2e/hydra
183184 key : ${{ runner.os }}-hydra
184- - uses : actions/cache@v2
185+ - uses : actions/cache@v4
185186 with :
186187 path : |
187188 internal/httpclient
Original file line number Diff line number Diff line change 1313 branches : [master]
1414 schedule :
1515 - cron : " 0 11 * * 6"
16+ merge_group :
1617
1718jobs :
1819 analyze :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Format
33on :
44 pull_request :
55 push :
6+ merge_group :
67
78jobs :
89 format :
You can’t perform that action at this time.
0 commit comments