From 957a3565d3b148ea7d12bf8e17696cc24625dd37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 04:16:44 -0800 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v5 (#442) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 91d5cca5..34f5f9b0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -329,7 +329,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 }} @@ -365,7 +365,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 }} @@ -409,7 +409,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 }} @@ -454,7 +454,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 }}