diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fa6eedca..cb4c7a8b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 50 - run: git fetch --tags diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 724159d7..9d43d500 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # We do not need to fetch tags, as we're already at a tagged build - it should be available automatically - name: Setup .NET