Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v5...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 Feb 14, 2022
1 parent 314598c commit da05542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
steps:
- name: Ensure version does not start with 'v'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand All @@ -44,7 +44,7 @@ jobs:
- run: ./scripts/build-release.sh
- run: ./scripts/test-release.sh "${{ github.event.inputs.version }}"
- name: Create tag
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit da05542

Please sign in to comment.