| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 862eaf8 commit d76f951
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -324,7 +324,7 @@ jobs: | |||
| 324 | 324 | if: env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) | |
| 325 | 325 | run: | | |
| 326 | 326 | echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV" | |
| 327 | - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 | ||
| 327 | + - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 | ||
| 328 | 328 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id | |
| 329 | 329 | # Creates a PR or update the Action's existing PR, or | |
| 330 | 330 | # 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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 | ||
| 48 | + - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 | ||
| 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