From 09198c148762e8b75935a9743cc3f63ca5483119 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:57:55 -0400 Subject: [PATCH 01/21] Update push_nuget.yml --- .github/workflows/push_nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_nuget.yml b/.github/workflows/push_nuget.yml index 12c4e893f..2a9a8f149 100644 --- a/.github/workflows/push_nuget.yml +++ b/.github/workflows/push_nuget.yml @@ -25,9 +25,9 @@ jobs: uses: actions/setup-dotnet@v1.7.2 - name: Setup Nuget - uses: iRebbok/setup-nuget@master + uses: NuGet/setup-nuget@master - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.7 - name: Get references shell: pwsh From 2a6aab19471bd2039976d2e18642cb48970238d2 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:58:58 -0400 Subject: [PATCH 02/21] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f2d4bfce..0bbc2fce2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,9 +30,9 @@ jobs: uses: actions/setup-dotnet@v1.7.2 - name: Setup Nuget - uses: iRebbok/setup-nuget@master + uses: NuGet/setup-nuget@2.0.0 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.7 - name: Get references shell: pwsh From 3d343a4eba0b271344984a4bfa3ed73a581b49cd Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:00:13 -0400 Subject: [PATCH 03/21] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bbc2fce2..fc65d900d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-dotnet@v1.7.2 - name: Setup Nuget - uses: NuGet/setup-nuget@2.0.0 + uses: NuGet/setup-nuget@v2 - uses: actions/checkout@v4.1.7 From 55d51a5f239b35a74d86a765e8a0ab5f0a639797 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:02:33 -0400 Subject: [PATCH 04/21] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efdac4cc8..b849c5051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,9 +25,9 @@ jobs: uses: actions/setup-dotnet@v1.7.2 - name: Setup Nuget - uses: iRebbok/setup-nuget@master + uses: nuget/setup-nuget@v2 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.7 - name: Get references shell: pwsh From 188ce9bf4ae2a37dd09194f7347ba8a319a0f856 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:03:41 -0400 Subject: [PATCH 05/21] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc65d900d..91eb17208 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget uses: NuGet/setup-nuget@v2 From 547fa316384a5e478285df49d773d09111bf5ea1 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:04:07 -0400 Subject: [PATCH 06/21] Update docs.yml --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index df73ad9a5..90c7202b8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,10 +42,10 @@ jobs: - run: dotnet tool update -g docfx - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget - uses: iRebbok/setup-nuget@master + uses: nuget/setup-nuget@v2 - name: Get references shell: pwsh From fc76d2cc689e0d16537e20717f9998f9111e6d85 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:04:34 -0400 Subject: [PATCH 07/21] Update programs.yml --- .github/workflows/programs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index 4852aee62..ab0811dd2 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -25,9 +25,9 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/setup-dotnet@v1.7.2 + - uses: actions/setup-dotnet@v4.0.1 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.7 - name: Install dependencies for ${{ matrix.proj_name }}@${{ matrix.target }} run: dotnet restore ${{ matrix.proj_name }} -r ${{ matrix.target }} From 28076cc002ba07ef07a48513cd5fdf3cd3594ed8 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:04:48 -0400 Subject: [PATCH 08/21] Update push_nuget.yml --- .github/workflows/push_nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_nuget.yml b/.github/workflows/push_nuget.yml index 2a9a8f149..ce4b910e2 100644 --- a/.github/workflows/push_nuget.yml +++ b/.github/workflows/push_nuget.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget uses: NuGet/setup-nuget@master From cda24fb4baa96dc0deadbf7c532d3e5edb9b3fcc Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:05:01 -0400 Subject: [PATCH 09/21] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b849c5051..5af50d116 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget uses: nuget/setup-nuget@v2 From 1243be9cc26410382080f96089036502ec1ce25a Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:05:43 -0400 Subject: [PATCH 10/21] Update dev.yml --- .github/workflows/dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a608aa15a..948f6a6d3 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -29,12 +29,12 @@ jobs: steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget - uses: iRebbok/setup-nuget@master + uses: nuget/setup-nuget@v2 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.7 - name: Get references shell: pwsh From bf395998e255f2b89fafd940a42fac3c40fd9b5f Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:12:55 -0400 Subject: [PATCH 11/21] Update programs.yml --- .github/workflows/programs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index ab0811dd2..3114be519 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v3 - uses: actions/checkout@v4.1.7 From 9a963215e8a3a0251f36608470b2c5661dc264d1 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:19:08 -0400 Subject: [PATCH 12/21] Update programs.yml --- .github/workflows/programs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index 3114be519..82802f997 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -25,7 +25,10 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v3.2.0 + with: + dotnet-version: 4.8 + cache: true - uses: actions/checkout@v4.1.7 From cccbce2a98d7e1f73f702d0efff15606ed5dd769 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:21:07 -0400 Subject: [PATCH 13/21] Update programs.yml --- .github/workflows/programs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index 82802f997..b8e49fa96 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 4.8 + dotnet-version: '4.8.x' cache: true - uses: actions/checkout@v4.1.7 From f257667163a45a4068ade3189e627a223729f602 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:23:11 -0400 Subject: [PATCH 14/21] Update programs.yml --- .github/workflows/programs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index b8e49fa96..f10516da3 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -27,7 +27,6 @@ jobs: steps: - uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: '4.8.x' cache: true - uses: actions/checkout@v4.1.7 From bb6faf7778bbf0909bab6555eda12cf46432f029 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:27:41 -0400 Subject: [PATCH 15/21] Update programs.yml --- .github/workflows/programs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index f10516da3..e2930c41d 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -26,8 +26,6 @@ jobs: steps: - uses: actions/setup-dotnet@v3.2.0 - with: - cache: true - uses: actions/checkout@v4.1.7 From 36b8f61b227c7a35d0c70c10821cac398fa6c180 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:30:30 -0400 Subject: [PATCH 16/21] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 90c7202b8..9e2dc2994 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Dotnet Setup uses: actions/setup-dotnet@v3 From c170d9804ad9cf95bff804fa35814b53536fc1e7 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:35:38 -0400 Subject: [PATCH 17/21] Update push_nuget.yml --- .github/workflows/push_nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_nuget.yml b/.github/workflows/push_nuget.yml index ce4b910e2..cd320b2f9 100644 --- a/.github/workflows/push_nuget.yml +++ b/.github/workflows/push_nuget.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-dotnet@v4.0.1 - name: Setup Nuget - uses: NuGet/setup-nuget@master + uses: NuGet/setup-nuget@v2 - uses: actions/checkout@v4.1.7 From 9b9e1c75eb353b7b9e5e66f521d39bb89b2ae31e Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:48:21 -0400 Subject: [PATCH 18/21] Update programs.yml --- .github/workflows/programs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index e2930c41d..ab0811dd2 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/setup-dotnet@v3.2.0 + - uses: actions/setup-dotnet@v4.0.1 - uses: actions/checkout@v4.1.7 From d574feb6815a4160dc482c864eee23f35768fffb Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:06:52 -0400 Subject: [PATCH 19/21] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5990d9c64 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From a78c56e4f9f74710bc32e4b43e2079b47ec38b61 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:09:11 -0400 Subject: [PATCH 20/21] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c64..8ca517d61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" From 30dcb7430e21132c3271b9333a5bdacbce489d93 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:12:04 -0400 Subject: [PATCH 21/21] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca517d61..4d67329a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "./EXILED" # Location of package manifests schedule: interval: "weekly"