Skip to content

Commit 267e1a0

Browse files
Bump actions/github-script from 6 to 7
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] <support@github.com>
1 parent 3bb9ad2 commit 267e1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_terraformLintTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Add Pull Request Comment
4646
- name: Add Pull Request Comment
47-
uses: actions/github-script@v6
47+
uses: actions/github-script@v7
4848
id: pr_comment
4949
if: github.event_name == 'pull_request'
5050
with:

.github/workflows/_terraformPlanTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Add Pull Request Comment
101101
- name: Add Pull Request Comment
102102
id: pr_comment
103-
uses: actions/github-script@v6
103+
uses: actions/github-script@v7
104104
if: github.event_name == 'pull_request'
105105
continue-on-error: true
106106
env:

0 commit comments

Comments
 (0)