Skip to content

Commit ad9d330

Browse files
πŸ”„ Synced local '.github/' with remote '.github/'
1 parent b5d2be1 commit ad9d330

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/master.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🚚 Checkout
1414
uses: actions/checkout@v2
1515
- name: πŸ›  Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v2
1717
- name: βš™ Restore
1818
run: dotnet restore
1919
- name: 🏭 Build

β€Ž.github/workflows/pr.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🚚 Checkout
1414
uses: actions/checkout@v2
1515
- name: πŸ›  Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v2
1717
- name: βš™ Restore
1818
run: dotnet restore
1919
- name: 🏭 Build

β€Ž.github/workflows/prod.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🚚 Checkout
1414
uses: actions/checkout@v2
1515
- name: πŸ›  Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v2
1717
- name: βš™ Restore
1818
run: dotnet restore
1919
- name: 🏭 Build

0 commit comments

Comments
Β (0)