diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1b04e6..869e597 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2 filter: blob:none # We don't need all blobs @@ -67,7 +67,7 @@ jobs: CONFIGURATION: Release steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 filter: blob:none # We don't need all blobs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3966fbc..350d03b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: CONFIGURATION: Release steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 filter: blob:none # We don't need all blobs @@ -68,7 +68,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 filter: blob:none # We don't need all blobs