From bfc16cc600eed6e18c8d50b29463f567fce201a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:40:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/dispath-update.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index d78fb3d8..3b238c4e 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/dispath-update.yml b/.github/workflows/dispath-update.yml index 7a6d7fa2..960d3bce 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@v4 + uses: actions/checkout@v5 - 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 4c747d3c..2096b5e5 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@v4 + - uses: actions/checkout@v5 - run: docker compose up --no-start - run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start \ No newline at end of file