Skip to content

Commit

Permalink
Bump actions/github-script from 3 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent af720ef commit 246f693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/github-script@v3.1.0
uses: actions/github-script@v6
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
wranglerVersion: "3"

- name: "Comment on PR"
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 246f693

Please sign in to comment.