Skip to content

Commit 1d565e3

Browse files
author
samatrhea
committed
[Update] GitHub actions to checkout@v3, setup-dotnet@v2
1 parent 7b63122 commit 1d565e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CodeQuality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Setup dotnet
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v2
1818
with:
1919
dotnet-version: '6.0.x'
2020

0 commit comments

Comments
 (0)