diff --git a/.github/workflows/githubactionsbuilds.yml b/.github/workflows/githubactionsbuilds.yml index 2635bbb..54b2ac1 100644 --- a/.github/workflows/githubactionsbuilds.yml +++ b/.github/workflows/githubactionsbuilds.yml @@ -19,7 +19,7 @@ jobs: needs: generate_version_number runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 # We need to fetch the entire Git history in order to verify the authenticity. - name: Setup .NET Core @@ -35,7 +35,7 @@ jobs: needs: generate_version_number runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup .NET Core @ Latest uses: actions/setup-dotnet@v3 with: @@ -142,7 +142,7 @@ jobs: runs-on: windows-latest if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Download all artifacts uses: actions/download-artifact@v3 with: