Skip to content

Commit 31ef70d

Browse files
committed
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents adcf07f + 632d56f commit 31ef70d

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@v5
@@ -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)