From d369087b3eff8c904340b07e23d19b44d880493b Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 29 Jun 2022 12:56:45 +0200 Subject: [PATCH] Updtae checkout action. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2fb944..efba119 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: molecule @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: molecule @@ -118,7 +118,7 @@ jobs: - ubuntu steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: molecule