From 7ea8b711af844d90aa25b71a9134707efaad9dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:44:33 +0000 Subject: [PATCH] build(deps): 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-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index 010cdbe..2bd7932 100644 --- a/.github/workflows/test-chart.yaml +++ b/.github/workflows/test-chart.yaml @@ -144,7 +144,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