diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7de20e8..25e114f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: java-version: 17 distribution: zulu - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 31014f1..fe53f1a 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -15,7 +15,7 @@ jobs: repository: 'aspnetcore.utilities.bootstrap5taghelpers' organization: 'IowaComputerGurus' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0