We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcef70 commit f123f05Copy full SHA for f123f05
2 files changed
.github/workflows/linter.yml
@@ -29,10 +29,11 @@ jobs:
29
# Checkout the code base #
30
##########################
31
- name: Checkout Code
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
with:
34
# Full git history is needed to get a proper list of changed files within `super-linter`
35
fetch-depth: 0
36
+
37
- name: Setup helm
38
uses: azure/setup-helm@v3
39
# with:
.github/workflows/superlinter.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
15
16
17
18
0 commit comments