diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-09 15:28:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 15:28:07 +0000 |
| commit | ddd7b2b8af2acf4ef1a12607c39dc9924418d48b (patch) | |
| tree | a992e2336bd97f23e3cc9f5f0ddcbe0cb3e031c7 /.github/workflows/ci-tests.yml | |
| parent | 5ef76a5e31d7cb09e8daf31ca819a6e206b5149a (diff) | |
Update actions/setup-dotnet action to v4.0.1
Diffstat (limited to '.github/workflows/ci-tests.yml')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 566c1004d..0ac955cc4 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 + - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: dotnet-version: ${{ env.SDK_VERSION }} |
