Skip to content

Commit 67efc3c

Browse files
authored
Merge pull request #614 from solidnerd/renovate/peter-evans-dockerhub-description-4.x
chore(deps): update peter-evans/dockerhub-description action to v4.0.2
2 parents 746889f + 1b80bc3 commit 67efc3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
126126

127127
- name: Update repo description
128-
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
128+
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
129129
with:
130130
username: ${{ vars.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
132132

133133
- name: Update repo description
134-
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
134+
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
135135
with:
136136
username: ${{ vars.DOCKERHUB_USERNAME }}
137137
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)