From 02585e736ae6a8a83bd9ec9ec2d7e408a59453ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:05:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/_test-negative.yaml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_test-negative.yaml b/.github/workflows/_test-negative.yaml index d671eb8..965d4c0 100644 --- a/.github/workflows/_test-negative.yaml +++ b/.github/workflows/_test-negative.yaml @@ -20,7 +20,7 @@ jobs: continue-on-error: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: ./ id: current diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index cbab395..fa670b1 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -37,7 +37,7 @@ jobs: - 4510-4559:4510-4559 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Docker network id: docker-context