File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v5
20
- - uses : gradle/actions/wrapper-validation@v4
20
+ - uses : gradle/actions/wrapper-validation@v5
21
21
22
22
build :
23
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
148
148
149
149
- name : Log in to the Elastic Container registry
150
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
150
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
151
151
with :
152
152
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
153
153
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments