From 888ac5f4d749ccd41b589568c1c5b79dd1581ad3 Mon Sep 17 00:00:00 2001 From: "lovi-reno[bot]" <271864139+lovi-reno[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:29:39 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5.4.0 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8d6c904..cf7567a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup .NET Core - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: 10.0.x diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3aa02a..f579b67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - name: Setup .NET - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: ${{ matrix.dotnet-version }}