Skip to content

Commit

Permalink
chore(deps): Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 3d04d3a commit 6d6d0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: "build/html"
- name: "generate data blob"
id: "data"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
script: |
let fs = require("fs/promises");
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
force: true
- name: "notify"
if: "${{ steps.publish.outputs.deployment-status == 'success' }}"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
env:
PR: "${{ fromJSON(steps.data.outputs.result).pr }}"
COMMIT: "${{ github.event.workflow_run.head_sha }}"
Expand Down

0 comments on commit 6d6d0d5

Please sign in to comment.