Skip to content

Commit bb1173b

Browse files
Bump palmsoftware/quick-k8s from 0.0.39 to 0.0.40 (#599)
Bumps [palmsoftware/quick-k8s](https://github.com/palmsoftware/quick-k8s) from 0.0.39 to 0.0.40. - [Release notes](https://github.com/palmsoftware/quick-k8s/releases) - [Commits](palmsoftware/quick-k8s@v0.0.39...v0.0.40) --- updated-dependencies: - dependency-name: palmsoftware/quick-k8s dependency-version: 0.0.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba26b9c commit bb1173b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/local-test-infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929

3030
- name: Setup the k8s cluster
31-
uses: palmsoftware/quick-k8s@v0.0.39
31+
uses: palmsoftware/quick-k8s@v0.0.40
3232
with:
3333
disableDefaultCni: true
3434
numControlPlaneNodes: 1

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "::remove-matcher owner=go::"
7474

7575
- name: Setup quick-k8s cluster
76-
uses: palmsoftware/quick-k8s@v0.0.39
76+
uses: palmsoftware/quick-k8s@v0.0.40
7777
with:
7878
disableDefaultCni: true
7979
numControlPlaneNodes: 1

0 commit comments

Comments
 (0)