File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
install : true
180
180
181
181
- name : Build image `${{ matrix.image }}`
182
- uses : docker/build-push-action@v5
182
+ uses : docker/build-push-action@v6
183
183
with :
184
184
context : ${{ matrix.context }}
185
185
target : ${{ matrix.target }}
@@ -259,7 +259,7 @@ jobs:
259
259
install : true
260
260
261
261
- name : Build catalog dev image
262
- uses : docker/build-push-action@v5
262
+ uses : docker/build-push-action@v6
263
263
with :
264
264
context : catalog
265
265
target : cat
@@ -356,7 +356,7 @@ jobs:
356
356
install : true
357
357
358
358
- name : Build indexer worker dev image
359
- uses : docker/build-push-action@v5
359
+ uses : docker/build-push-action@v6
360
360
with :
361
361
context : indexer_worker
362
362
target : indexer_worker
@@ -471,7 +471,7 @@ jobs:
471
471
install : true
472
472
473
473
- name : Build API dev image
474
- uses : docker/build-push-action@v5
474
+ uses : docker/build-push-action@v6
475
475
with :
476
476
context : api
477
477
target : api
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
just lint || true
113
113
114
114
- name : Open changelog PR
115
- uses : peter-evans/create-pull-request@v6
115
+ uses : peter-evans/create-pull-request@v7
116
116
with :
117
117
# Access token necessary for PRs to run with CI
118
118
token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 23
23
language : system
24
24
25
25
- repo : https://github.com/pre-commit/pre-commit-hooks
26
- rev : v4.6 .0
26
+ rev : v5.0 .0
27
27
hooks :
28
28
- id : trailing-whitespace
29
29
args : [--markdown-linebreak-ext=md]
@@ -154,7 +154,7 @@ repos:
154
154
files : (.vale/.*|.mdx?)$
155
155
156
156
- repo : https://github.com/renovatebot/pre-commit-hooks
157
- rev : 37.440.7
157
+ rev : 38.132.3
158
158
hooks :
159
159
- id : renovate-config-validator
160
160
args :
You can’t perform that action at this time.
0 commit comments