Skip to content

Commit 1ce1753

Browse files
committed
CI: some version updates
Since we have a periodic builds now, we could start using more volatile versions of certain CI dependencies.
1 parent 3be2af0 commit 1ce1753

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.image }}
1515
strategy:
1616
matrix:
17-
image: [macos-10.15, ubuntu-18.04, windows-2019]
17+
image: [macos-10.15, ubuntu-20.04, windows-2019]
1818
env:
1919
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2020
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Frontend
2727
- name: NPM Cache
28-
uses: actions/cache@v1.1.0
28+
uses: actions/cache@v1
2929
with:
3030
path: ${{ env.NPM_CACHE }}
3131
key: ${{ runner.os }}.npm.${{ hashFiles('**/npm-shrinkwrap.json') }}
@@ -38,11 +38,11 @@ jobs:
3838

3939
# Backend
4040
- name: Setup .NET Core SDK
41-
uses: actions/setup-dotnet@v1.7.2
41+
uses: actions/setup-dotnet@v1
4242
with:
43-
dotnet-version: '3.1.201'
43+
dotnet-version: '3.1.x'
4444
- name: NuGet Cache
45-
uses: actions/cache@v1.1.0
45+
uses: actions/cache@v2
4646
with:
4747
path: ${{ env.NUGET_PACKAGES }}
4848
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}

0 commit comments

Comments
 (0)