diff --git a/.github/workflows/update-browser-releases.yml b/.github/workflows/update-browser-releases.yml index 597dd356d51d32..7b009733b4e417 100644 --- a/.github/workflows/update-browser-releases.yml +++ b/.github/workflows/update-browser-releases.yml @@ -34,7 +34,7 @@ jobs: npm run update-browser-releases -- --all >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - name: Create Pull Request - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7 with: token: ${{ secrets.GH_TOKEN }} # need the rights to create and edit PRs commit-message: Update browser releases diff --git a/.github/workflows/update-web-features.yml b/.github/workflows/update-web-features.yml index 1dba6e5a1a9c2b..a833de6fa2987f 100644 --- a/.github/workflows/update-web-features.yml +++ b/.github/workflows/update-web-features.yml @@ -44,7 +44,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Create Pull Request - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7 with: token: ${{ secrets.GH_TOKEN }} # need the rights to create and edit PRs commit-message: Update web-features tags