diff --git a/.github/workflows/update-mozilla-ca-cert.yaml b/.github/workflows/update-mozilla-ca-cert.yaml index 727585fafd50..a1b461dbf49e 100644 --- a/.github/workflows/update-mozilla-ca-cert.yaml +++ b/.github/workflows/update-mozilla-ca-cert.yaml @@ -32,7 +32,7 @@ jobs: passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }} - name: Create Pull Request if cacert.pem changed - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Update cacert.pem from Mozilla CA bundle" title: "Update cacert.pem from Mozilla CA bundle"