aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-05-01 11:23:55 +0200
committerGravatar GitHub <noreply@github.com> 2025-05-01 11:23:55 +0200
commit059166cc8b45d192fc81c29d0a27072c86521fd6 (patch)
tree70797a7e3885cdb1a31dadd8d95c57b42461acf9
parent6bb8680ae0051b9a2ff344f17814f4fa5d844628 (diff)
Bump peter-evans/dockerhub-description from 4.0.1 to 4.0.2 (#7535)
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/0505d8b04853a30189aee66f5bb7fd1511bbac71...432a30c9e07499fd01da9f8a49f0faf9e0ca5b77) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/dockerhub-description.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml
index 9a5875372..66b931a2a 100644
--- a/.github/workflows/dockerhub-description.yml
+++ b/.github/workflows/dockerhub-description.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Update repo description
- uses: peter-evans/dockerhub-description@0505d8b04853a30189aee66f5bb7fd1511bbac71
+ uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}