diff options
author | crupest <crupest@outlook.com> | 2022-10-27 21:17:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 21:17:00 +0800 |
commit | 73c3dcc1c19f7ab312d21a9d90826f16e8cfe05d (patch) | |
tree | 18e2062411d2d41169cf7a165759d996a4f01c68 | |
parent | 36bf00ca818e96f83a9129efd187e78ab3a584d4 (diff) | |
parent | 2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5 (diff) | |
download | timeline-73c3dcc1c19f7ab312d21a9d90826f16e8cfe05d.tar.gz timeline-73c3dcc1c19f7ab312d21a9d90826f16e8cfe05d.tar.bz2 timeline-73c3dcc1c19f7ab312d21a9d90826f16e8cfe05d.zip |
Merge pull request #1341 from crupest/renovate/actions-setup-dotnet-3.x
chore(deps): update actions/setup-dotnet action to v3
-rw-r--r-- | .github/workflows/back-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index efac060d..8fb71651 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -34,7 +34,7 @@ jobs: nuget-${{ runner.os }}-
- name: Use .Net Core 6.0.x
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
|