From e446c6fd9a2830da491ab843843b831a4961b44e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:10:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..606e92b 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@v5 - 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..067c68f 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@v5 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.2