Skip to content

Commit

Permalink
⬆️👷 Bump actions/github-script from 4 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...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 20, 2023
1 parent b78c8d6 commit 3e25863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- gatsby-plugin-percy
steps:
- name: Get user permissions
uses: actions/github-script@v4
uses: actions/github-script@v7
id: check-access
with:
script: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
job_name: "regression (${{ matrix.repo }})"
- name: Output Current Job Log URL
run: echo ${{ steps.jobs.outputs.html_url }}
- uses: actions/github-script@v4
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.WORKFLOW_DISPATCH_ACTIONS_TOKEN }}
script: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
client_payload: '{ "branch": "${{ steps.comment-branch.outputs.head_ref }}"}'
wait_interval: 15
- name: Update Status
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
github-token: ${{ secrets.WORKFLOW_DISPATCH_ACTIONS_TOKEN }}
script: |
Expand Down

0 comments on commit 3e25863

Please sign in to comment.