From 33e6e0eb0f62ef3f8af553dc47101dc1aa0d24c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:21:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 687421f..54db816 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -16,7 +16,7 @@ jobs: aws-region: ${{ secrets.REGION }} # Checkout the repository - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 # Set up Docker Buildx - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.0.0