Skip to content

Commit 6f7c6fc

Browse files
build(deps): bump actions/github-script from 6 to 7 (#101)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anmol Nagpal <[email protected]>
1 parent 163865b commit 6f7c6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tfdrift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# If changes are detected, create a new issue
156156
- name: Publish Drift Report and create new issue
157157
if: steps.tf-plan.outputs.exitcode == 2
158-
uses: actions/github-script@v6
158+
uses: actions/github-script@v7
159159
env:
160160
SUMMARY: "${{ steps.tf-plan-string.outputs.summary }}"
161161
with:
@@ -203,7 +203,7 @@ jobs:
203203
# If changes aren't detected, close any open drift issues
204204
- name: Publish Drift Report
205205
if: steps.tf-plan.outputs.exitcode == 0
206-
uses: actions/github-script@v6
206+
uses: actions/github-script@v7
207207
with:
208208
github-token: ${{ secrets.GITHUB }}
209209
script: |

0 commit comments

Comments
 (0)