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: