From 8fadfc4e19199795d84e9345063208e13b7bcd28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:37:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/dispath-update.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispath-update.yml b/.github/workflows/dispath-update.yml index 38da972b..295803d9 100644 --- a/.github/workflows/dispath-update.yml +++ b/.github/workflows/dispath-update.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout this repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract tag name run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2718eae2..f3375388 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,6 @@ jobs: # Ensures default fresh checkout can create containers. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: docker compose up --no-start - run: docker compose -f docker-compose.yml -f compose-debug.yml up --no-start