diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17f80e0..d7d8f18 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,7 +49,7 @@ jobs: run: scripts/update-image-digest-in-docs.sh - name: Create catalog update PR - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ github.token }} commit-message: 'Update catalog for build ${{ github.sha }}'