From 936f53c73b9ca2a4f766f4f38a05476ae467da94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:28:47 +0530 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#717) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/aws-parameterstore-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-parameterstore-main.yml b/.github/workflows/aws-parameterstore-main.yml index 3b92e497..4166a109 100644 --- a/.github/workflows/aws-parameterstore-main.yml +++ b/.github/workflows/aws-parameterstore-main.yml @@ -25,7 +25,7 @@ jobs: run: working-directory: "./aws-parameterstore-project" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis