Skip to content

Commit c73d5c9

Browse files
Bump actions/github-script from 7 to 8 (#410)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c5a467 commit c73d5c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/git-rename-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo Branch SHA: ${{steps.get-sha.outputs.BRANCH_SHA}}
4141
4242
- name: Create tag
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v8
4444
with:
4545
script: |
4646
console.log(context)

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146

147147
- name: Add PR comment
148-
uses: actions/github-script@v7
148+
uses: actions/github-script@v8
149149
if: github.event_name == 'pull_request' && (success() || failure())
150150
with:
151151
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)