Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7 (#397)
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 20, 2023
1 parent ff4071d commit 780b411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
shell: 'bash'

- name: Version bump
uses: actions/github-script@v6
uses: actions/github-script@v7
id: version-bump
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
Expand All @@ -116,7 +116,7 @@ runs:
shell: 'bash'

- name: Commit and open PR
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
github-token: ${{ inputs.github-token }}
Expand All @@ -125,7 +125,7 @@ runs:
await runAction({ github, context, inputs: ${{ toJSON(inputs) }}, packageVersion: ${{ steps.version-bump.outputs.result }} })
- name: Release the package
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ github.event_name == 'pull_request' }}
with:
github-token: ${{ inputs.github-token }}
Expand Down

0 comments on commit 780b411

Please sign in to comment.