Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7 (#1092)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2023
1 parent 7898ba8 commit 7181186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Print app URL
if: ${{ github.head_ref }}
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
APP_URL: ${{ steps.app-url.outputs.app_url }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
uploadArtifacts: true
temporaryPublicStorage: true
- uses: actions/github-script@v6
- uses: actions/github-script@v7
continue-on-error: true # can't comment for PRs from forks
with:
script: |
Expand Down

0 comments on commit 7181186

Please sign in to comment.