From d63d25f41fdf241b9c889aa47fd0cc353558418b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:34:03 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.1 --- .github/workflows/generalized-deployments-reproducible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generalized-deployments-reproducible.yaml b/.github/workflows/generalized-deployments-reproducible.yaml index f60c544..492a85c 100644 --- a/.github/workflows/generalized-deployments-reproducible.yaml +++ b/.github/workflows/generalized-deployments-reproducible.yaml @@ -10,7 +10,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: