Skip to content

Commit d5ff2d9

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#432)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 eb4702b commit d5ff2d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-release-internal-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
working-directory: "helm"
113113

114114
- name: Trigger Internal Chart Build
115-
uses: actions/github-script@v7
115+
uses: actions/github-script@v8
116116
with:
117117
github-token: ${{ secrets.WD_HCI_FG_PAT }}
118118
script: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "FIFTYONE_TEAMS_APP_DEPLOY_VERSION=${version}" >> "${GITHUB_OUTPUT}"
6868
6969
- name: Trigger Internal Chart Build by Release
70-
uses: actions/github-script@v7
70+
uses: actions/github-script@v8
7171
with:
7272
github-token: ${{ secrets.WD_HCI_FG_PAT }}
7373
script: |

0 commit comments

Comments
 (0)