Skip to content

Commit 03e206c

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: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e0c195 commit 03e206c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
pages deploy ${{ runner.temp }}/artifacts/streamlit-server-state --project-name=streamlit-server-state-preview --branch=${{ needs.get-build-info.outputs.branch }} --commit-hash=${{ needs.get-build-info.outputs.head-sha }}
7777
7878
- name: Comment on the PR to inform the deployment file URLs
79-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
79+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8080
env:
8181
ISSUE_NUMBER: ${{ needs.get-build-info.outputs.pr-number }}
8282
DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}

0 commit comments

Comments
 (0)