From 72a6885803e64d5b44ffe20150ddc0faab40eb24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:57:34 +0000 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v5 --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cc44152a..7e322528 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -326,7 +326,7 @@ jobs: - name: Docker Readme for setup-cpp-${{matrix.container.distro }} if: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }} - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: aminya password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -362,7 +362,7 @@ jobs: - name: Docker Readme for setup-cpp-${{matrix.container.distro }}-llvm if: ${{ (github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]')) && matrix.container.distro != 'arch' }} - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: aminya password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -406,7 +406,7 @@ jobs: - name: Docker Readme for setup-cpp-${{matrix.container.distro }}-gcc if: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }} - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: aminya password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -451,7 +451,7 @@ jobs: - name: Docker Readme for setup-cpp-${{matrix.container.distro }}-mingw if: ${{ github.event_name != 'pull_request' && matrix.container.distro != 'fedora' && !(matrix.container.distro == 'alpine' && matrix.platform == 'linux/arm64') }} - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: aminya password: ${{ secrets.DOCKERHUB_TOKEN }}