diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-03-05 06:38:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 06:38:13 +0000 |
| commit | c843c71003cf0b758089a09f345e650fb0159f55 (patch) | |
| tree | be23ddd27ba628ca8b81ebaaab8a1a0e645ef69d /.github/workflows/ci-tests.yml | |
| parent | a7c95ab00954ff57ef76055bddc67eca15f36e35 (diff) | |
Update actions/setup-dotnet action to v5.2.0
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 c5a64fd9f9..7586e826b9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ env.SDK_VERSION }} |
