Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 6.3.3 to 6.4.0 (#6042)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.3.3...v6.4.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2023
1 parent 7acd72b commit 7b2f135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Getting Zebrad Version
id: get
uses: actions/github-script@v6.3.3
uses: actions/github-script@v6.4.0
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 7b2f135

Please sign in to comment.