Update to the latest available actions (#191)

This commit is contained in:
Josh Gross
2024-11-06 11:18:49 -05:00
committed by GitHub
parent 8eed1ad1b6
commit 27bae0b2b7
3 changed files with 7 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sed -i "s|{{PATHTOREPO}}|$(pwd)|" packages/k8s/tests/test-kind.yaml
name: Setup kind cluster yaml config
- uses: helm/kind-action@v1.2.0