From 10c735c744b6150f7b2a86aa6364dc5fcf5ff24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:13:59 +0000 Subject: [PATCH] ci: bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [imranismail/setup-kustomize](https://github.com/imranismail/setup-kustomize), [azure/setup-helm](https://github.com/azure/setup-helm), [actions/github-script](https://github.com/actions/github-script) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `imranismail/setup-kustomize` from 2 to 3 - [Release notes](https://github.com/imranismail/setup-kustomize/releases) - [Commits](https://github.com/imranismail/setup-kustomize/compare/v2...v3) Updates `azure/setup-helm` from 4 to 5 - [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/v4...v5) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: imranismail/setup-kustomize dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/diff.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1272c2a..9c39fdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,10 @@ jobs: uses: actions/checkout@v6 - name: Install kustomize - uses: imranismail/setup-kustomize@v2 + uses: imranismail/setup-kustomize@v3 - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Build overlays run: | @@ -56,7 +56,7 @@ jobs: pull-requests: write steps: - name: Comment on PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const environments = ['dev', 'staging', 'production']; diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index 5f50124..47e2169 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -21,10 +21,10 @@ jobs: uses: actions/checkout@v6 - name: Install kustomize - uses: imranismail/setup-kustomize@v2 + uses: imranismail/setup-kustomize@v3 - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Render overlays run: | @@ -37,7 +37,7 @@ jobs: echo "All overlays rendered." - name: Upload rendered manifests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: rendered-${{ inputs.environment }} path: rendered/