Skip to content

Commit 8f3e3a8

Browse files
authored
Merge pull request #382 from the-hideout/dependabot/github_actions/github-actions-3a6c688003
Bump GrantBirki/comment from 2.1.0 to 2.1.1 in the github-actions group
2 parents c2e9bf1 + b51aaf8 commit 8f3e3a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
environment: "development"
5757

5858
# Post comment on PR with development deploy info
59-
- uses: GrantBirki/[email protected].0
59+
- uses: GrantBirki/[email protected].1
6060
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
6161
steps.branch-deploy.outputs.noop != 'true' &&
6262
steps.branch-deploy.outputs.environment == 'development' }}
@@ -82,7 +82,7 @@ jobs:
8282
apiToken: ${{ secrets.CF_API_TOKEN }}
8383

8484
# Post comment on PR with production deploy info
85-
- uses: GrantBirki/[email protected].0
85+
- uses: GrantBirki/[email protected].1
8686
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
8787
steps.branch-deploy.outputs.noop != 'true' &&
8888
steps.branch-deploy.outputs.environment == 'production' }}

.github/workflows/new-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: comment
22-
uses: GrantBirki/[email protected].0
22+
uses: GrantBirki/[email protected].1
2323
continue-on-error: true
2424
with:
2525
file: .github/new-pr-comment.md

0 commit comments

Comments
 (0)