Skip to content

Commit 3ed8abc

Browse files
updating super-linter to lastest major versions
1 parent 524617a commit 3ed8abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@latest
11+
uses: actions/checkout@v4
1212

1313
- name: Run Super-Linter
14-
uses: github/super-linter@latest
14+
uses: github/super-linter@v5
1515
env:
1616
DEFAULT_BRANCH: main
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)