Skip to content

Commit 205556c

Browse files
authored
Update testing-action.yml
1 parent 37f221f commit 205556c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v3
1717

1818
- name: Configure Kubernetes cluster
1919
run: |
@@ -24,7 +24,7 @@ jobs:
2424
2525

2626
- name: Run Kubernetes Troubleshooting Action
27-
uses: becloudready/k8s-interview-action@v3
27+
uses: becloudready/k8s-interview-action@v5
2828
with:
2929
kubeconfig: ${{ secrets.KUBECONFIG }}
3030
namespace: ${{ github.event.inputs.namespace || 'troubleshooting' }}

0 commit comments

Comments
 (0)