Skip to content

Commit 4fda05e

Browse files
ci: bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd0086f commit 4fda05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
3232
run: surge ./output petrsvihlik-pr-${{ github.event.pull_request.number }}.surge.sh
3333
- name: Post preview URL comment
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const url = 'https://petrsvihlik-pr-${{ github.event.pull_request.number }}.surge.sh';

0 commit comments

Comments
 (0)