Skip to content

Commit b4c2255

Browse files
[Dependabot](deps): Bump actions/github-script from 7 to 8 (#15)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c2d9aa commit b4c2255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Get latest release tag
4343
id: get-latest
4444
if: ${{ inputs.release_tag == '' }}
45-
uses: actions/github-script@v7
45+
uses: actions/github-script@v8
4646
with:
4747
script: |
4848
const { data: release } = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)