Skip to content

Commit b351bd0

Browse files
authored
Merge pull request #1503 from jupyterhub/dependabot/github_actions/jupyterhub/action-k3s-helm-3
build(deps): bump jupyterhub/action-k3s-helm from 2 to 3
2 parents 1f189c2 + c3f020e commit b351bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: jupyterhub/action-k3s-helm@v2
29+
- uses: jupyterhub/action-k3s-helm@v3
3030
with:
3131
k3s-channel: stable
3232
metrics-enabled: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# chartpress requires the full history
7676
fetch-depth: 0
7777

78-
- uses: jupyterhub/action-k3s-helm@v2
78+
- uses: jupyterhub/action-k3s-helm@v3
7979
with:
8080
k3s-channel: ${{ matrix.k3s-channel }}
8181
helm-version: ${{ matrix.helm-version }}

0 commit comments

Comments
 (0)