From 4bf25358c7f63036c29fbe0148e820460bb3bb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:11:17 +0000 Subject: [PATCH] Bump jupyterhub/action-k3s-helm from 3 to 4 Bumps [jupyterhub/action-k3s-helm](https://github.com/jupyterhub/action-k3s-helm) from 3 to 4. - [Release notes](https://github.com/jupyterhub/action-k3s-helm/releases) - [Changelog](https://github.com/jupyterhub/action-k3s-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterhub/action-k3s-helm/compare/v3...v4) --- updated-dependencies: - dependency-name: jupyterhub/action-k3s-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-helm-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-helm-template.yaml b/.github/workflows/test-helm-template.yaml index 8b9ca2cd8..b8ac16f0a 100644 --- a/.github/workflows/test-helm-template.yaml +++ b/.github/workflows/test-helm-template.yaml @@ -54,7 +54,7 @@ jobs: # kubectl and helm. # # ref: https://github.com/jupyterhub/action-k3s-helm/ - - uses: jupyterhub/action-k3s-helm@v3 + - uses: jupyterhub/action-k3s-helm@v4 with: k3s-channel: ${{ matrix.k3s-channel }} metrics-enabled: false