From 635b9cf27814e4f0de7482d98b48843b813fea52 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:25:35 +0000 Subject: [PATCH] Update peter-evans/dockerhub-description action to v5 --- .github/workflows/push-container-images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index a8a3bd0c1e..02e3483070 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -51,7 +51,7 @@ jobs: } - name: Update Docker Hub Description - ServiceControl if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -60,7 +60,7 @@ jobs: short-description: Gather status, performance and monitoring data for multiple endpoints from a single location. - name: Update Docker Hub Description - Audit if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -69,7 +69,7 @@ jobs: short-description: Provide valuable information about the message flow through a system. - name: Update Docker Hub Description - Monitoring if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: short-description: Track the health of a distributed system. - name: Update Docker Hub Description - RavenDB if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}