Skip to content

Commit bb72486

Browse files
build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#209)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 768777a commit bb72486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
continue-on-error: true
112112
working-directory: ./terraform
113113
- name: Update Pull Request
114-
uses: actions/github-script@v7.0.1
114+
uses: actions/github-script@v8.0.0
115115
if: github.event_name == 'pull_request'
116116
env:
117117
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"

0 commit comments

Comments
 (0)