Skip to content

Commit 48350f3

Browse files
authored
Merge pull request #110 from jupyterhub/dependabot/github_actions/jupyterhub/action-k3s-helm-4
build(deps): bump jupyterhub/action-k3s-helm from 3 to 4
2 parents c640de5 + 51326a2 commit 48350f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/readme_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
1616
- name: Start a local k8s cluster
17-
uses: jupyterhub/action-k3s-helm@v3
17+
uses: jupyterhub/action-k3s-helm@v4
1818
with:
1919
# See available:
2020
# - k3s release channels at https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
# GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
4343
- name: Start a local k8s cluster
44-
uses: jupyterhub/action-k3s-helm@v3
44+
uses: jupyterhub/action-k3s-helm@v4
4545
with:
4646
# See available:
4747
# - k3s release channels at https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml

0 commit comments

Comments
 (0)