diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3a91dea..0f6feb2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: java-version: 11 distribution: zulu - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 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 a7a7f5c..4c9b3db 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@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0