Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Commit 397a7d3

Browse files
deps(actions): bump actions/github-script from 7.0.1 to 8.0.0 (#261)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 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 0b7050f commit 397a7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/decorate-gh-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Add workflow status badge to a release
17-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
17+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
1818
with:
1919
script: |
2020
const tag = context.ref.split("/")[2]

0 commit comments

Comments
 (0)