Skip to content

Commit

Permalink
chore(deps): update manusa/actions-setup-minikube action to v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 5de1b83 commit d9b3b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
done
- name: Setup Minikube
uses: manusa/[email protected].0
uses: manusa/[email protected].1
if: steps.list-changed.outputs.changed == 'true'
with:
minikube version: v1.35.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version-file: 'go.mod'

- name: Setup Minikube
uses: manusa/actions-setup-minikube@0e8062ceff873bd77979f39cf8fd3621416afe4d # v2.13.0
uses: manusa/actions-setup-minikube@5d9440a1b535e8b4f541eaac559681a9022df29d # v2.13.1
with:
minikube version: v1.35.0
kubernetes version: ${{ matrix.k8sVersion }}
Expand Down

0 comments on commit d9b3b15

Please sign in to comment.