Merge pull request #19015 from backstage/renovate/helm-kind-action-1.x

chore(deps): update helm/kind-action action to v1.8.0
This commit is contained in:
Patrik Oldsberg
2023-08-12 17:30:51 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ on:
pull_request:
paths-ignore:
- 'yarn.lock'
- '.github/workflows/verify_kubernetes.yml'
- '.github/workflows/verify_e2e-kubernetes.yml'
- 'packages/backend-common/src/**'
jobs:
+2 -2
View File
@@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'yarn.lock'
- '.github/workflows/verify_kubernetes.yml'
- '.github/workflows/verify_e2e-kubernetes.yml'
- 'packages/backend-common/src/**'
jobs:
@@ -35,7 +35,7 @@ jobs:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- name: bootstrap kind
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
- name: kubernetes test
working-directory: packages/backend-common