1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

fixing dotnet action version

This commit is contained in:
Joseph Flinn 2021-01-05 16:26:12 +00:00
parent 5f63020eb3
commit f47660fcc3

View File

@ -16,7 +16,7 @@ jobs:
shell: pwsh
- name: Setup dotnet
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.x"