From ad4252962cf185b1356793f54b40cea90cda85c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:36:46 +0000 Subject: [PATCH] :seedling: Bump the github-actions group with 2 updates (#614) Bumps the github-actions group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [azure/setup-helm](https://github.com/azure/setup-helm). Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) Updates `azure/setup-helm` from 1 to 4 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/chart-upload.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chart-upload.yml b/.github/workflows/chart-upload.yml index 3f2e6ac82..b1f0ad425 100644 --- a/.github/workflows/chart-upload.yml +++ b/.github/workflows/chart-upload.yml @@ -37,7 +37,7 @@ jobs: steps: - name: submit cluster-manager chart to OCM chart repo if: github.event_name != 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.OCM_BOT_PAT }} script: | @@ -60,7 +60,7 @@ jobs: } - name: submit klusterlet chart to OCM chart repo if: github.event_name != 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.OCM_BOT_PAT }} script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12322a067..0de7ddbc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: python hack/changelog.py ${{ secrets.GITHUB_TOKEN }} ${{ needs.env.outputs.RELEASE_VERSION }} > /home/runner/work/changelog.txt cat /home/runner/work/changelog.txt - name: setup helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 - name: chart package if: github.event_name != 'pull_request' run: |