Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2023
1 parent fe85fef commit 7f33d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_terraformLintTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Add Pull Request Comment
- name: Add Pull Request Comment
uses: actions/github-script@v6
uses: actions/github-script@v7
id: pr_comment
if: github.event_name == 'pull_request'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_terraformPlanTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# Add Pull Request Comment
- name: Add Pull Request Comment
id: pr_comment
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
continue-on-error: true
env:
Expand Down

0 comments on commit 7f33d34

Please sign in to comment.