Skip to content

Commit c700876

Browse files
ci(deps): bump actions/github-script from 7.0.1 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64d5b06 commit c700876

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

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

7575
- name: Comment on PR
7676
if: steps.version_check.outputs.exists != 'true'
77-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
77+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
7878
env:
7979
VERSION: ${{ env.VERSION }}
8080
with:

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Manage PR Comment
91-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
91+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
9292
if: always()
9393
env:
9494
MAIN_VERSION: ${{ env.MAIN_VERSION }}

0 commit comments

Comments
 (0)