From 03d7bfa1dc4e6838c13be4872babf7b1c09e39c3 Mon Sep 17 00:00:00 2001 From: Tim Beccue Date: Wed, 22 Feb 2023 11:59:15 -0500 Subject: [PATCH] Update github actions checkout to v3 --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 65b9d8f..9f8438c 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -11,7 +11,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1-node16