Skip to content

Commit 784a8ab

Browse files
chore(deps): bump actions/github-script from 7 to 9 (#60)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fa1dcc commit 784a8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Comment Plan on PR
5959
if: github.event_name == 'pull_request'
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v9
6161
with:
6262
script: |
6363
const plan = `${{ steps.plan.outputs.stdout }}`;

0 commit comments

Comments
 (0)