Skip to content

Commit 85ae6e8

Browse files
authored
Update GitHub Actions workflows. (#1013)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit b4e68d0418afb9fa72c1e31347a01f7fae952eff.
1 parent 1f99623 commit 85ae6e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- if: failure()
3939
name: Notify failure
40-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
40+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -46,7 +46,7 @@ jobs:
4646
"release command failed: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
4747
- if: success()
4848
name: Notify success
49-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
49+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Create URL to the run output
8383
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> "$GITHUB_OUTPUT"
8484
- name: Update with Result
85-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
85+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
8686
with:
8787
body: "Please view the PR build: ${{ steps.run-url.outputs.run-url }}"
8888
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}

0 commit comments

Comments
 (0)