Skip to content

Commit

Permalink
Bump actions-setup-minikube
Browse files Browse the repository at this point in the history
This action only supports Ubuntu 18, 20 and 22. We are using latest version of ubuntu making this action
incompatible.

JIRA: LIGHTY-352
Signed-off-by: tobias.pobocik <[email protected]>
(cherry picked from commit 8626db9)
  • Loading branch information
Tobianas authored and ihrasko committed Jan 8, 2025
1 parent d2f74bd commit 3db13e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-lighty-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.7.2
uses: manusa/actions-setup-minikube@v2.13.0
with:
minikube version: 'v1.28.0'
kubernetes version: 'v1.25.4'
Expand Down

0 comments on commit 3db13e0

Please sign in to comment.