diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 92d09a8..04a0165 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -66,7 +66,7 @@ jobs: if: github.event_name != 'pull_request' steps: - uses: actions/checkout@v4 - - uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # pin@v4 + - uses: peter-evans/dockerhub-description@0505d8b04853a30189aee66f5bb7fd1511bbac71 # pin@v4 with: repository: articulate/python username: ${{ secrets.DOCKERHUB_USERNAME }}