Skip to content

Commit 86e898a

Browse files
authored
Merge pull request #3 from koxudaxi/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents 21fc49f + d2caefd commit 86e898a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Comment Preview URL on PR
5858
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
59-
uses: actions/github-script@v7
59+
uses: actions/github-script@v8
6060
with:
6161
script: |
6262
const previewUrl = 'https://pr-${{ github.event.pull_request.number }}.tstring-structured-data.pages.dev';

.github/workflows/release-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Post release notifications
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
github-token: ${{ github.token }}
2424
script: |

0 commit comments

Comments
 (0)