From b48b7798b3908daa2c61ae00cc1aab2eedd8fb7f Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 16 Jun 2024 04:16:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/iac.terragrunt.yaml) --- .github/workflows/iac.terragrunt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iac.terragrunt.yaml b/.github/workflows/iac.terragrunt.yaml index 57e23258..beabf899 100644 --- a/.github/workflows/iac.terragrunt.yaml +++ b/.github/workflows/iac.terragrunt.yaml @@ -28,7 +28,7 @@ jobs: github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' || github.event_name == 'push' && (github.event.created == false && github.event.forced == false) steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Login to Registry run: | @@ -88,7 +88,7 @@ jobs: github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' || github.event_name == 'push' && (github.event.created == true || github.event.forced == true) steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: