From b3616c8c153ac3525e86d6294dbcd97fb863553c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:03:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 b510cf6..e09e1ed 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -40,7 +40,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1.7.0