From c606c52b13495c772913969dc48d8b420dce4eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 05:43:14 +0000 Subject: [PATCH] Update actions/checkout requirement to v2.3.2 Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/2036a08e25fa78bbd946711a407b529a0a1204bf) Signed-off-by: dependabot[bot] --- .github/workflows/deploy-DEV-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-DEV-PR.yml b/.github/workflows/deploy-DEV-PR.yml index df679021..056161d9 100644 --- a/.github/workflows/deploy-DEV-PR.yml +++ b/.github/workflows/deploy-DEV-PR.yml @@ -41,7 +41,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 ################################### # Build image locally for testing #