From 4706e651a47dce4e5251f67ab02438b37f746bc7 Mon Sep 17 00:00:00 2001 From: Matt Pewsey <23442063+mpewsey@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:18:53 -0400 Subject: [PATCH 1/3] Update ImageSharp version --- src/ManiaMap/ManiaMap.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ManiaMap/ManiaMap.csproj b/src/ManiaMap/ManiaMap.csproj index 87ed67f..b109046 100644 --- a/src/ManiaMap/ManiaMap.csproj +++ b/src/ManiaMap/ManiaMap.csproj @@ -69,7 +69,7 @@ - + From 42df833cdc6ad625d4b12b836549ac0357b89211 Mon Sep 17 00:00:00 2001 From: Matt Pewsey <23442063+mpewsey@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:28:16 -0400 Subject: [PATCH 2/3] Increment package version --- src/ManiaMap/ManiaMap.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ManiaMap/ManiaMap.csproj b/src/ManiaMap/ManiaMap.csproj index b109046..350423a 100644 --- a/src/ManiaMap/ManiaMap.csproj +++ b/src/ManiaMap/ManiaMap.csproj @@ -14,7 +14,7 @@ https://github.com/mpewsey/ManiaMap procedural-generation;roguelike;metroidvania;videogames BSD-3-Clause - 2.5.1 + 2.5.2 Debug;Release;Unity https://mpewsey.github.io/ManiaMap/ True From 72636136f9350e3955ca8b6942a3106ed5683b88 Mon Sep 17 00:00:00 2001 From: Matt Pewsey <23442063+mpewsey@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:28:37 -0400 Subject: [PATCH 3/3] Update actions/cache version due to deprecation --- .github/workflows/coverage.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 596e7b5..828b1ca 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: with: dotnet-version: 6.0.x - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b3d617..11872e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: with: dotnet-version: 6.0.x - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}