Skip to content

Commit 8c81628

Browse files
github-actions: bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f18961f commit 8c81628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-env-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: dist/nrlf_permissions.zip
9393

9494
- name: Add Failure Pull Request Comment
95-
uses: actions/github-script@v7
95+
uses: actions/github-script@v8
9696
if: ${{ failure() }}
9797
with:
9898
script: |
@@ -162,7 +162,7 @@ jobs:
162162
run: terraform -chdir=terraform/infrastructure apply tfplan
163163

164164
- name: Add Success Pull Request Comment
165-
uses: actions/github-script@v7
165+
uses: actions/github-script@v8
166166
if: ${{ success() }}
167167
with:
168168
script: |
@@ -174,7 +174,7 @@ jobs:
174174
})
175175
176176
- name: Add Failure Pull Request Comment
177-
uses: actions/github-script@v7
177+
uses: actions/github-script@v8
178178
if: ${{ failure() }}
179179
with:
180180
script: |

.github/workflows/pr-env-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
terraform -chdir=terraform/infrastructure workspace delete ${{ needs.set-environment-id.outputs.environment_id }}
9393
9494
- name: Add Failure Pull Request Comment
95-
uses: actions/github-script@v7
95+
uses: actions/github-script@v8
9696
if: ${{ failure() }}
9797
with:
9898
script: |

0 commit comments

Comments
 (0)