We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc02f9 commit 290a895Copy full SHA for 290a895
.github/workflows/kubeconform.yml
@@ -4,7 +4,7 @@ jobs:
4
validate:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
with:
9
fetch-depth: 0
10
- name: Check if Services have changed
.github/workflows/linter.yaml
@@ -9,7 +9,7 @@ jobs:
name: Yaml Linter
11
12
13
- name: yaml-lint
14
uses: ibiqlik/action-yamllint@v3
15
0 commit comments