Skip to content

Commit 8d2519f

Browse files
authored
Merge pull request #16 from lszeremeta/dependabot/github_actions/peter-evans/dockerhub-description-4
Bump peter-evans/dockerhub-description from 3 to 4
2 parents 9fd8cae + f7f5c17 commit 8d2519f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
cache-from: type=local,src=/tmp/.buildx-cache
124124
cache-to: type=local,dest=/tmp/.buildx-cache
125125
- name: Update repo description
126-
uses: peter-evans/dockerhub-description@v3
126+
uses: peter-evans/dockerhub-description@v4
127127
with:
128128
username: ${{ secrets.DOCKERHUB_USERNAME }}
129129
password: ${{ secrets.DOCKERHUB_PASS }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
cache-from: type=local,src=/tmp/.buildx-cache
115115
cache-to: type=local,dest=/tmp/.buildx-cache
116116
- name: Update repo description
117-
uses: peter-evans/dockerhub-description@v3
117+
uses: peter-evans/dockerhub-description@v4
118118
with:
119119
username: ${{ secrets.DOCKERHUB_USERNAME }}
120120
password: ${{ secrets.DOCKERHUB_PASS }}

0 commit comments

Comments
 (0)