aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/back-ci.yaml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-10-27 21:17:00 +0800
committerGitHub <noreply@github.com>2022-10-27 21:17:00 +0800
commit73c3dcc1c19f7ab312d21a9d90826f16e8cfe05d (patch)
tree18e2062411d2d41169cf7a165759d996a4f01c68 /.github/workflows/back-ci.yaml
parent36bf00ca818e96f83a9129efd187e78ab3a584d4 (diff)
parent2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5 (diff)
downloadtimeline-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
Diffstat (limited to '.github/workflows/back-ci.yaml')
-rw-r--r--.github/workflows/back-ci.yaml2
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"