Skip to content

Commit 92931bf

Browse files
Bump actions/github-script from 8 to 9 (#325)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' 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>
1 parent 39b5507 commit 92931bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Ensure version does not start with 'v'
22-
uses: actions/github-script@v8
22+
uses: actions/github-script@v9
2323
with:
2424
github-token: ${{ github.token }}
2525
script: |
@@ -41,7 +41,7 @@ jobs:
4141
- run: ./scripts/build-release.sh
4242
- run: ./scripts/test-release.sh "${{ github.event.inputs.version }}"
4343
- name: Create tag
44-
uses: actions/github-script@v8
44+
uses: actions/github-script@v9
4545
with:
4646
github-token: ${{ github.token }}
4747
script: |

0 commit comments

Comments
 (0)