From 344a295f535d7586e7ca23d14a9d0f9ed90497ac Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Tue, 18 Jun 2024 04:16:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 (.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..c28e8478 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.7 - 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.7 - uses: brpaz/hadolint-action@v1.5.0 env: