diff --git a/.github/workflows/dependency-updater.yml b/.github/workflows/dependency-updater.yml index 22e4568f2..102179df1 100644 --- a/.github/workflows/dependency-updater.yml +++ b/.github/workflows/dependency-updater.yml @@ -20,7 +20,7 @@ jobs: - name: Update Dependencies File run: go run ./hack/dependencies.go update - name: Create Pull Request - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: token: ${{ secrets.CARVEL_BOT_ACCESS_TOKEN }} committer: Carvel Bot