diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f982181..c0bdaa0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,6 +24,6 @@ jobs: fetch-depth: 0 # super-linter needs the full git history for file changes across commits - name: Super-Linter - uses: super-linter/super-linter@v7.2.0 # x-release-please-version + uses: super-linter/super-linter@v7.2.1 # x-release-please-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To report GitHub Actions status checks