Target @main in the version-sweep.yml workflow (#1059)

* Update version-sweep.yml

* Update .github/workflows/version-sweep.yml
This commit is contained in:
David Pine
2021-05-04 14:25:36 -07:00
committed by GitHub
parent c893946fa6
commit dd902d2e9c
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
# Start the .NET version sweeper, scan projects/slns for non-LTS (or currrent) versions
- name: .NET version sweeper
id: dotnet-version-sweeper
uses: dotnet/versionsweeper@v1.4
uses: dotnet/versionsweeper@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: