diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 166c8f4..bdfafd4 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -52,7 +52,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0