Skip to content

Commit f123f05

Browse files
committed
Move to new checkout action version
1 parent afcef70 commit f123f05

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
# Checkout the code base #
3030
##########################
3131
- name: Checkout Code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
# Full git history is needed to get a proper list of changed files within `super-linter`
3535
fetch-depth: 0
36+
3637
- name: Setup helm
3738
uses: azure/setup-helm@v3
3839
# with:

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
# Full git history is needed to get a proper list of changed files within `super-linter`
1818
fetch-depth: 0

0 commit comments

Comments
 (0)