diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f958962..750601f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -14,7 +14,7 @@ jobs: env: solution-path: './src/AspNetCore FontAwesome Tag Helpers.sln' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: java-version: 11 distribution: zulu - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 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 4062d0a..4bb06db 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -15,7 +15,7 @@ jobs: repository: 'aspnetcore.utilities.fontawesometaghelpers' organization: 'IowaComputerGurus' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0