From 4c2434ca9b90efb5d98536362188acf23c4d86c5 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 2 Jun 2024 08:05:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/load.artillery.yaml) --- .github/workflows/load.artillery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/load.artillery.yaml b/.github/workflows/load.artillery.yaml index d018f81d..a58a2acf 100644 --- a/.github/workflows/load.artillery.yaml +++ b/.github/workflows/load.artillery.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: