diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 01e810b..1e63ebc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -50,6 +50,6 @@ jobs: - name: Build with Maven run: mvn clean install --file pom.xml - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82c88a8..986ef22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -147,7 +147,7 @@ jobs: - name: Set docker labels and tags id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ${{ matrix.image }} flavor: | @@ -160,7 +160,7 @@ jobs: type=sha - name: Build and push the ${{ matrix.app }} image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.app }} file: ${{ matrix.app }}/docker/Dockerfile