From 7296df6be47753363da95a19ef9958ed0d3fef98 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Fri, 3 May 2024 04:15:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.4 (.github/workflows/cloudsec.cloudmapper.yaml) --- .github/workflows/cloudsec.cloudmapper.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudsec.cloudmapper.yaml b/.github/workflows/cloudsec.cloudmapper.yaml index a74ea9607..1e0903be3 100644 --- a/.github/workflows/cloudsec.cloudmapper.yaml +++ b/.github/workflows/cloudsec.cloudmapper.yaml @@ -27,7 +27,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.1 + - uses: actions/checkout@v4.1.4 - name: Login to Registry run: | @@ -87,7 +87,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.1 + - uses: actions/checkout@v4.1.4 - uses: brpaz/hadolint-action@v1.5.0 env: