File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 - name : Build with Maven
5151 run : mvn clean install --file pom.xml
5252 - name : Codecov
53- uses : codecov/codecov-action@v5
53+ uses : codecov/codecov-action@v6
5454 with :
5555 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Set docker labels and tags
149149 id : meta
150- uses : docker/metadata-action@v5
150+ uses : docker/metadata-action@v6
151151 with :
152152 images : ${{ matrix.image }}
153153 flavor : |
@@ -160,7 +160,7 @@ jobs:
160160 type=sha
161161
162162 - name : Build and push the ${{ matrix.app }} image
163- uses : docker/build-push-action@v6
163+ uses : docker/build-push-action@v7
164164 with :
165165 context : ${{ matrix.app }}
166166 file : ${{ matrix.app }}/docker/Dockerfile
You can’t perform that action at this time.
0 commit comments