We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f221f commit 205556cCopy full SHA for 205556c
.github/workflows/testing-action.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v3
17
18
- name: Configure Kubernetes cluster
19
run: |
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Run Kubernetes Troubleshooting Action
27
- uses: becloudready/k8s-interview-action@v3
+ uses: becloudready/k8s-interview-action@v5
28
with:
29
kubeconfig: ${{ secrets.KUBECONFIG }}
30
namespace: ${{ github.event.inputs.namespace || 'troubleshooting' }}
0 commit comments