From 3cecd67200283817d333d09a011e20340c62f82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:43:55 +0000 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/close-milestone.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416f30a787..9ea8b601e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,11 +106,11 @@ jobs: clean: 'false' fetch-depth: '0' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET Core 10.0 SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '10.0.x' - name: ⚒️ dotnet tool restore diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 4fd40c8f2b..ff9272d75d 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -76,7 +76,7 @@ jobs: default-label: ':sparkles: mysterious' github-token: '${{ secrets.GITHUB_TOKEN }}' - name: 📲 Install GitReleaseManager - uses: gittools/actions/gitreleasemanager/setup@v4.3.3 + uses: gittools/actions/gitreleasemanager/setup@v4.5.0 with: versionSpec: '0.20.0' - name: Get Repo and Owner