From 692431ff6bb8e44c075772b534e325a82e12c51a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:51:16 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index dcaf922..ea9362b 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - uses: ./ id: current diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 8301fb9..ca59283 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - uses: ./ id: current