mirror of
https://github.com/readur/readur.git
synced 2026-01-07 23:10:21 -06:00
Merge pull request #223 from readur/renovate/actions-github-script-8.x
chore(deps): update actions/github-script action to v8
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
# Post deployment URL as PR comment
|
||||
- name: Comment PR with Preview URL
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user