diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-16 07:02:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-16 07:02:47 +0000 |
| commit | 2b57a5725c90299c579bff814e5a464d5f37be36 (patch) | |
| tree | f9df431ee7efdcca9018c81b451fcc6a1579c82e /.github/workflows/ci-format.yml | |
| parent | f8771b52ec68e706126398e61399c50fdfd2a20f (diff) | |
Update actions/setup-dotnet action to v6
Diffstat (limited to '.github/workflows/ci-format.yml')
| -rw-r--r-- | .github/workflows/ci-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 6a5850edd1..4531c824ce 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 + - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: dotnet-version: ${{ env.SDK_VERSION }} |
