From 632c84dcca8d5cbc35825d0cddfd0c2870886adc Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 4 Sep 2023 14:42:58 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5a18105..81d1b95e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest # windows-latest || macos-latest name: Test changed-files steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. @@ -251,7 +251,7 @@ jobs: runs-on: ubuntu-latest # windows-latest || macos-latest name: Test changed-files steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. @@ -690,7 +690,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -723,7 +723,7 @@ See [inputs](#inputs) for more information. ```yaml ... - name: Checkout into dir1 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 path: dir1