Skip to content

Commit 632d56f

Browse files
authored
Merge pull request #211 from HTTPArchive/dependabot/github_actions/super-linter/super-linter-8
Bump super-linter/super-linter from 7 to 8
2 parents cf46984 + f5e7473 commit 632d56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
lint:
1515
name: Lint Code Base
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Code
1919
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter/slim@v7
31+
uses: super-linter/super-linter/slim@v8
3232
env:
3333
DEFAULT_BRANCH: master
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}s

0 commit comments

Comments
 (0)