From faaafea552b946363f678f51aeefaf04e643ecad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:12:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release-build.yml | 2 +- .github/workflows/test-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 944b95e..bb40f42 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index c41c969..09eb42a 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags