فهرست منبع

Merge pull request #9822 from weseek/dependabot/github_actions/peter-evans/dockerhub-description-4

ci(deps): bump peter-evans/dockerhub-description from 3 to 4
Yuki Takei 11 ماه پیش
والد
کامیت
ecfdb82673
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/release-pdf-converter.yml
  2. 1 1
      .github/workflows/release-slackbot-proxy.yml
  3. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release-pdf-converter.yml

@@ -57,7 +57,7 @@ jobs:
         VERBOSE : true
 
     - name: Update Docker Hub Description
-      uses: peter-evans/dockerhub-description@v3
+      uses: peter-evans/dockerhub-description@v4
       with:
         username: growimoogle
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD_GROWIMOOGLE }}

+ 1 - 1
.github/workflows/release-slackbot-proxy.yml

@@ -70,7 +70,7 @@ jobs:
         VERBOSE : true
 
     - name: Update Docker Hub Description
-      uses: peter-evans/dockerhub-description@v3
+      uses: peter-evans/dockerhub-description@v4
       with:
         username: wsmoogle
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

+ 1 - 1
.github/workflows/release.yml

@@ -137,7 +137,7 @@ jobs:
         ref: v${{ needs.create-github-release.outputs.RELEASED_VERSION }}
 
     - name: Update Docker Hub Description
-      uses: peter-evans/dockerhub-description@v3
+      uses: peter-evans/dockerhub-description@v4
       with:
         username: wsmoogle
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}