Skip to content

Commit e6e8bf2

Browse files
authored
bump actions/github-script from @v6 to @v7 (#411)
* bump `actions/github-script` from `@v6` to `@v7` * update ref `@v6` to `@v7` * Update README.md
1 parent 1f0219f commit e6e8bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
run: terraform plan -no-color
112112
continue-on-error: true
113113
114-
- uses: actions/github-script@v6
114+
- uses: actions/github-script@v7
115115
if: github.event_name == 'pull_request'
116116
env:
117117
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
@@ -179,7 +179,7 @@ steps:
179179
run: terraform plan -no-color
180180
continue-on-error: true
181181

182-
- uses: actions/github-script@v6
182+
- uses: actions/github-script@v7
183183
if: github.event_name == 'pull_request'
184184
env:
185185
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"

0 commit comments

Comments
 (0)