Skip to content

Commit d30fdbc

Browse files
chore(deps): update peter-evans/dockerhub-description action to v4
1 parent 6937b04 commit d30fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Update Docker Hub description
6666
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
67-
uses: peter-evans/dockerhub-description@v3
67+
uses: peter-evans/dockerhub-description@v4
6868
with:
6969
username: ${{ secrets.DOCKERHUB_USERNAME }}
7070
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)