Skip to content

Commit a05bc2e

Browse files
chore(deps): update github actions (major) (#325)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-or-update-comment](https://togithub.com/peter-evans/create-or-update-comment) | action | major | `v3` -> `v4` | | [peter-evans/find-comment](https://togithub.com/peter-evans/find-comment) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>peter-evans/create-or-update-comment (peter-evans/create-or-update-comment)</summary> ### [`v4`](https://togithub.com/peter-evans/create-or-update-comment/compare/v3...v4) [Compare Source](https://togithub.com/peter-evans/create-or-update-comment/compare/v3...v4) </details> <details> <summary>peter-evans/find-comment (peter-evans/find-comment)</summary> ### [`v3`](https://togithub.com/peter-evans/find-comment/compare/v2...v3) [Compare Source](https://togithub.com/peter-evans/find-comment/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #325 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 13390f3 + 64f5a64 commit a05bc2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@ jobs:
107107
echo "$(cat .next/analyze/__bundle_analysis_comment.txt)" >> $GITHUB_STEP_SUMMARY
108108
109109
- name: Find Comment
110-
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2
110+
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3
111111
if: success() && github.event.number
112112
id: fc
113113
with:
114114
issue-number: ${{ github.event.number }}
115115
body-includes: '<!-- __NEXTJS_BUNDLE_@weareinreach/glaad -->'
116116

117117
- name: Create Comment
118-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
118+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
119119
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
120120
with:
121121
issue-number: ${{ github.event.number }}
122122
body: ${{ steps.get-comment-body.outputs.body }}
123123

124124
- name: Update Comment
125-
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
125+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
126126
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
127127
with:
128128
issue-number: ${{ github.event.number }}

0 commit comments

Comments
 (0)