Skip to content

Commit

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

---
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 Nov 13, 2023
1 parent c609ada commit 2079983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/review-pending-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
permissions: "actions:write,contents:read,deployments:read"

- name: Get pending deployments
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{steps.get_workflow_token.outputs.token}}
script: |
Expand All @@ -55,7 +55,7 @@ jobs:
console.log(result.data[0].environment)
- name: ${{github.event.inputs.state}}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
#github-token: ${{steps.get_workflow_token.outputs.token}}
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 2079983

Please sign in to comment.