| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9246c6a commit d4bfd26
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -315,7 +315,7 @@ jobs: | |||
| 315 | 315 | if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) | |
| 316 | 316 | run: | | |
| 317 | 317 | echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" | |
| 318 | - - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 | ||
| 318 | + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 | ||
| 319 | 319 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id | |
| 320 | 320 | # Creates a PR or update the Action's existing PR, or | |
| 321 | 321 | # no-op if the base branch is already up-to-date. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ jobs: | |||
| 45 | 45 | cat temp-output | |
| 46 | 46 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 47 | 47 | rm temp-output | |
| 48 | - - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 | ||
| 48 | + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 | ||
| 49 | 49 | # Creates a PR or update the Action's existing PR, or | |
| 50 | 50 | # no-op if the base branch is already up-to-date. | |
| 51 | 51 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments