diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1210fd0..4233fc1 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 2 filter: blob:none # We don't need all blobs @@ -67,7 +67,7 @@ jobs: CONFIGURATION: Release steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 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 60bfa77..a3ff34b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: CONFIGURATION: Release steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 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