From 0021304fb3174f97938d5e47d3c9417bb91dcd2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:47:35 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 506fe79..57f64b6 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -78,7 +78,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - uses: snnaplab/get-labels-action@v1 id: labels