From 413470f7740d1a0c0075f40e0d5f1ff77aab60e8 Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 13 Sep 2025 12:27:48 +0200 Subject: [PATCH 1/2] Update nuget pkgs --- Directory.Packages.props | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 262e4be..1a7626f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,27 +7,27 @@ - - - - - - - - + + + + + + + + - - + + - - + + - - + + \ No newline at end of file From 7e48d9819b7ea3dfee2c66396670d2ba4077265c Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 13 Sep 2025 12:28:01 +0200 Subject: [PATCH 2/2] Update github workflow files --- .github/workflows/dev.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index bb7d144..ca04949 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_VERSION }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efff0aa..7364687 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_VERSION }}