Skip to content

Commit 708428a

Browse files
Bump actions/github-script from 6 to 7 (#36)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hidehito Yabuuchi <[email protected]>
1 parent bd11323 commit 708428a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Publish Helm Chart
3030
- name: strip 'v' from tag for chart version
3131
id: tag
32-
uses: actions/github-script@v6
32+
uses: actions/github-script@v7
3333
with:
3434
script: |
3535
const tag = process.env.GITHUB_REF_NAME

.github/workflows/tagpr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

1818
- name: Trigger Release Workflow(only when tagged)
19-
uses: actions/github-script@v6
19+
uses: actions/github-script@v7
2020
if: "steps.tagpr.outputs.tag != ''"
2121
with:
2222
script: |

0 commit comments

Comments
 (0)