Skip to content

Commit d30c1f1

Browse files
Bump palmsoftware/quick-k8s from 0.0.24 to 0.0.25 (#545)
Bumps [palmsoftware/quick-k8s](https://github.com/palmsoftware/quick-k8s) from 0.0.24 to 0.0.25. - [Release notes](https://github.com/palmsoftware/quick-k8s/releases) - [Commits](palmsoftware/quick-k8s@v0.0.24...v0.0.25) --- updated-dependencies: - dependency-name: palmsoftware/quick-k8s dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c96e810 commit d30c1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Setup the k8s cluster
31-
uses: palmsoftware/[email protected].24
31+
uses: palmsoftware/[email protected].25
3232
with:
3333
disableDefaultCni: true
3434
numControlPlaneNodes: 1

.github/workflows/pre-main.yml

+1-1
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/[email protected].24
76+
uses: palmsoftware/[email protected].25
7777
with:
7878
disableDefaultCni: true
7979
numControlPlaneNodes: 1

0 commit comments

Comments
 (0)