From 47cdabf6ad40ed5a6b7b4e2a690d7fc0f380d54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..34ebe9d 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@v6 - uses: ./ id: current diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index cbab395..a83060e 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@v6 - name: Get Docker network id: docker-context