From ba00897ed8784bbd536d8373a4c6b25dc00235cc Mon Sep 17 00:00:00 2001 From: Krzysztof Banasiak Date: Fri, 29 Dec 2023 18:15:03 +0100 Subject: [PATCH] chore: Update checkout action --- .github/workflows/cdk-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cdk-deploy.yaml b/.github/workflows/cdk-deploy.yaml index e1c13c0..6eada97 100644 --- a/.github/workflows/cdk-deploy.yaml +++ b/.github/workflows/cdk-deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v4 @@ -37,7 +37,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v4