Skip to content

Commit 60ca8e5

Browse files
authored
Merge pull request #69 from PerfectThymeTech/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents e2e1676 + 267e1a0 commit 60ca8e5

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)