Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 4b22359

Browse files
Bump actions/setup-dotnet from 1 to 1.8.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v1.8.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent cde9eec commit 4b22359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v1.8.0
1818
with:
1919
dotnet-version: '5.0'
2020
- name: Install dependencies

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# and modify them (or add more) to build your code if your project
6969
# uses a compiled language
7070
- name: Setup .NET 5.0
71-
uses: actions/setup-dotnet@v1
71+
uses: actions/setup-dotnet@v1.8.0
7272
with:
7373
dotnet-version: '5.0'
7474
- name: Install dependencies

0 commit comments

Comments
 (0)