From da65ab32c8c142905b94ac1ad6f0563693eea698 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Fri, 7 Jun 2024 04:16:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (.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 a74ea960..3b6d6150 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.6 - 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.6 - uses: brpaz/hadolint-action@v1.5.0 env: