From 360ac97374760ff965a1793bd2e17bce429970fd Mon Sep 17 00:00:00 2001 From: Juan David Gaviria Correa <63322751+JuanDa237@users.noreply.github.com> Date: Wed, 21 Dec 2022 20:09:05 -0500 Subject: [PATCH] #101 Update README.md Use v3 as suggested here https://github.com/marketplace/actions/checkout --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad1e33c..2b050c9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} @@ -110,7 +110,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.head_ref }} @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.head_ref }}