From b2bf11ad7b65acb356263b52f2d01448a229503b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:11:35 +0000 Subject: [PATCH] chore(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/diff.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index 69acba4fe..a1186e64c 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - - uses: jupyterhub/action-k3s-helm@v3 + - uses: jupyterhub/action-k3s-helm@v4 with: k3s-channel: stable metrics-enabled: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 632836136..0264fb9e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,7 +119,7 @@ jobs: - "http://$REGISTRY_HOST" EOF - - uses: jupyterhub/action-k3s-helm@v3 + - uses: jupyterhub/action-k3s-helm@v4 with: k3s-channel: ${{ matrix.k3s-channel }} helm-version: ${{ matrix.helm-version }}