Skip to content

Commit f2306ba

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v8
27+
uses: actions/github-script@v9
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@v8
81+
uses: actions/github-script@v9
8282
if: always()
8383
with:
8484
script: |

0 commit comments

Comments
 (0)