From 969e5d8dada90de9b25169deb9fe0de92f31e211 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 29 Mar 2022 23:50:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5869764e..6c412f82 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest # windows-latest | macos-latest name: Test changed-files steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. @@ -146,7 +146,7 @@ Support this project with a :star: ```yaml ... steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # with: # fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. # submodules: true # OR "recursive" -> To include all changed submodule files.