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