From ade16c4811f6d5930162bc232fba78d932deaa4d Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 27 May 2024 09:05:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/load.gatling.yaml) --- .github/workflows/load.gatling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/load.gatling.yaml b/.github/workflows/load.gatling.yaml index 5604ee29..3d80f8b3 100644 --- a/.github/workflows/load.gatling.yaml +++ b/.github/workflows/load.gatling.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: | @@ -86,7 +86,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: