Skip to content

Commit eba2f6f

Browse files
authored
Merge pull request #6 from stuartp44/dependabot/github_actions/actions/github-script-8
ci(deps): bump actions/github-script from 7 to 8
2 parents a78da00 + c652776 commit eba2f6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-preview-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Get PR details
2727
id: pr
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
with:
3030
script: |
3131
let pr;
@@ -154,7 +154,7 @@ jobs:
154154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155

156156
- name: Comment on PR
157-
uses: actions/github-script@v7
157+
uses: actions/github-script@v8
158158
with:
159159
script: |
160160
const releaseUrl = '${{ steps.create_release.outputs.url }}';
@@ -198,7 +198,7 @@ jobs:
198198
199199
- name: Add preview-released label
200200
if: success()
201-
uses: actions/github-script@v7
201+
uses: actions/github-script@v8
202202
with:
203203
script: |
204204
await github.rest.issues.addLabels({

0 commit comments

Comments
 (0)