Skip to content

Commit 4ec55ae

Browse files
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 4cb3370 commit 4ec55ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "version=$(python scripts/get_package_version.py)" >> $GITHUB_OUTPUT
2020

2121
- name: 'Find Release with tag v${{ steps.package-info.outputs.version}}'
22-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2323
id: release-exists
2424
env:
2525
APP_VERSION: ${{ steps.package-info.outputs.version}}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: echo "version=$(python scripts/get_package_version.py)" >> $GITHUB_OUTPUT
8282

8383
- name: 'Find Release with tag v${{ steps.package-info.outputs.version}}'
84-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
84+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8585
id: release-exists
8686
env:
8787
APP_VERSION: ${{ steps.package-info.outputs.version}}

.github/workflows/releasepr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "version=$(python scripts/get_package_version.py)" >> $GITHUB_OUTPUT
2020

2121
- name: 'Find pre-release with tag v${{ steps.package-info.outputs.version}}'
22-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2323
id: pre-release-exists
2424
env:
2525
APP_VERSION: ${{ steps.package-info.outputs.version}}

.github/workflows/sync_lab_release.yml

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

3737
- name: Get latest JupyterLab version
3838
id: get-latest-jupyterlab-version
39-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
39+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4040
with:
4141
github-token: ${{ steps.app-token.outputs.token }}
4242
script: |

0 commit comments

Comments
 (0)