From a54a6ff6addbe8d4889e4619c311837efe01b760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:57:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test-increased-wait-time.yml | 2 +- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- .github/workflows/test-wrong-status.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-increased-wait-time.yml b/.github/workflows/test-increased-wait-time.yml index 933faae..9158c6b 100644 --- a/.github/workflows/test-increased-wait-time.yml +++ b/.github/workflows/test-increased-wait-time.yml @@ -48,7 +48,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./ id: current diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index cfde7a7..d4255fb 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -30,7 +30,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./ id: current diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 57a00df..85437c1 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -49,7 +49,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./ id: current diff --git a/.github/workflows/test-wrong-status.yml b/.github/workflows/test-wrong-status.yml index c2cdc69..32d8dad 100644 --- a/.github/workflows/test-wrong-status.yml +++ b/.github/workflows/test-wrong-status.yml @@ -49,7 +49,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./ id: current