Skip to content

Commit e9028d4

Browse files
ci(deps): bump actions/github-script from 7.1.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...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 4ee5bd4 commit e9028d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-major-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: >-
2424
steps.metadata.outputs.package-ecosystem == 'github_actions' &&
2525
steps.metadata.outputs.update-type == 'version-update:semver-major'
26-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
26+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2727
env:
2828
DEP_NAME: ${{ steps.metadata.outputs.dependency-names }}
2929
PREV_VERSION: ${{ steps.metadata.outputs.previous-version }}

0 commit comments

Comments
 (0)