diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 407663c1..adebcf01 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 50 - run: git fetch --tags diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e079ea3c..061f1dd6 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # We do not need to fetch tags, as we're already at a tagged build - it should be available automatically - name: Setup .NET