diff --git a/README.md b/README.md index 9e9321f7..e5229424 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0