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

switching to version 3.1.x instead of 3.x

This commit is contained in:
Joseph Flinn 2021-01-05 17:40:02 +00:00
parent 2a1f75d2bf
commit 74ba229b21

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.x"
dotnet-version: "3.1.x"
- name: Set up Node
uses: actions/setup-node@v1