From edf7c24d8bd1539c4e34f348d0acbde9b8dfeea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 09:21:10 +0000 Subject: [PATCH] chore(deps): update github actions to v5 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/close-milestone.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/update-milestone.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b2939a3..e6be51b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,19 +90,19 @@ jobs: path: '${{ github.workspace }}/.nuget/packages' key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}" - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET Core 9.0 SDK - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: '9.0.x' - name: 🎁 dotnet tool restore diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 2ae19a37a..9bd681ef2 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 - name: Install GitVersion uses: gittools/actions/gitversion/setup@v4.1.0 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 48f940ab5..93e1554f4 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 - name: Fetch all history for all tags and branches run: git fetch --prune diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index a0d5c9047..312baa056 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.sha }} fetch-depth: 0 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 - name: Fetch all history for all tags and branches run: git fetch --prune