From e7f39f6cc32d0df0fb49906049b724edceaf5dca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:58:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 7cb5b8a..2277220 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -32,7 +32,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.2 diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6292bf6..ad9b523 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -32,7 +32,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.2