From f5169fc0f61571e19a71ae1c5b02212f5267e177 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:56:44 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/stryker-net-runner-image.yml | 2 +- .github/workflows/strykerjs-runner-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stryker-net-runner-image.yml b/.github/workflows/stryker-net-runner-image.yml index 8d1c47d..dbac2c5 100644 --- a/.github/workflows/stryker-net-runner-image.yml +++ b/.github/workflows/stryker-net-runner-image.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Log in to the Container registry uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 diff --git a/.github/workflows/strykerjs-runner-image.yml b/.github/workflows/strykerjs-runner-image.yml index 3c901b6..95416ae 100644 --- a/.github/workflows/strykerjs-runner-image.yml +++ b/.github/workflows/strykerjs-runner-image.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Log in to the Container registry uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6