Skip to content

Commit f4a31a6

Browse files
⬆️ Bump actions/github-script from 7 to 8 in the actions group (#3669)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7f0a24 commit f4a31a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website-preview-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Set Commit Status
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
script: |
3030
github.rest.repos.createCommitStatus({
@@ -78,7 +78,7 @@ jobs:
7878
:rocket: Deployed to ${{ steps.deploy.outputs.deploy-url }}
7979
8080
- name: Set Commit Status
81-
uses: actions/github-script@v7
81+
uses: actions/github-script@v8
8282
if: always()
8383
with:
8484
script: |

0 commit comments

Comments
 (0)