We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5ca514 + 516bb78 commit b560416Copy full SHA for b560416
1 file changed
.github/workflows/ci.yml
@@ -516,7 +516,7 @@ jobs:
516
cleanup: ${{ matrix.cleanup }}
517
518
k3s:
519
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
520
strategy:
521
fail-fast: false
522
matrix:
@@ -529,9 +529,7 @@ jobs:
529
uses: actions/checkout@v4
530
-
531
name: Install k3s
532
- uses: crazy-max/.github/.github/actions/install-k3s@605d30d5ae97f6680578ace4b56645af79343e60
533
- with:
534
- version: "v1.21.2-k3s1"
+ uses: crazy-max/.github/.github/actions/install-k3s@f5cb4a109b7a3b466a2ac293ef4bb13f1571acd7
535
536
name: Set up Docker Buildx
537
id: buildx
0 commit comments