Skip to content

Commit

Permalink
Bump actions/github-script from 4 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...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 Mar 6, 2023
1 parent 3d469fe commit 319ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Collect Data
id: collect-data
uses: actions/github-script@v4
uses: actions/github-script@v6
with:
script: |
if (context.payload.client_payload) {
Expand Down

0 comments on commit 319ecde

Please sign in to comment.