diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 1b155ce..fd5a204 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 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 48f10c7..c333a05 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 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