diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-27 13:00:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 13:00:56 +0000 |
commit | 2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5 (patch) | |
tree | 6bca8b456f23876bc983b484a72ff8f177e676be /.github/workflows/back-ci.yaml | |
parent | 5cb75e28f686bd707792d4a12bf71c30c9f49645 (diff) | |
download | timeline-2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5.tar.gz timeline-2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5.tar.bz2 timeline-2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5.zip |
chore(deps): update actions/setup-dotnet action to v3
Diffstat (limited to '.github/workflows/back-ci.yaml')
-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 80352279..fa934f44 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"
|