Skip to content

Commit 7b804aa

Browse files
authored
Merge pull request #41 from petrsvihlik/dependabot/github_actions/actions/github-script-9
ci: bump actions/github-script from 7 to 9
2 parents fd0086f + 4fda05e commit 7b804aa

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)