Skip to content

Commit 0709c34

Browse files
authored
Merge pull request #731 from jupyterlab/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents b05efb5 + 1cda92d commit 0709c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "version=$(python scripts/get_package_version.py)" >> $GITHUB_OUTPUT
5353

5454
- name: 'Find Release with tag v${{ steps.package-info.outputs.version}}'
55-
uses: actions/github-script@v6
55+
uses: actions/github-script@v7
5656
id: release-exists
5757
env:
5858
APP_VERSION: ${{ steps.package-info.outputs.version}}

0 commit comments

Comments
 (0)