From 181ef45f27ec6f065de69de834122e2c8dfa6d4d Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:21:51 -0500 Subject: [PATCH 1/2] Update publish-release.yml --- .github/workflows/publish-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 832c63593..66d1ace1c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.npm-cache.outputs.dir }} key: npm-${{ hashFiles('package-lock.json') }} @@ -85,7 +85,7 @@ jobs: echo "::set-output name=ver::$ver" # Create release - - uses: hubastard/release-action@v1 + - uses: NebulaModTeam/release-action@v1 with: artifactErrorsFailBuild: true bodyFile: "${{ env.DIST_RELEASE_FOLDER }}BODY.md" From eccc73d02d61ff57d1ee693d23abac428ccabc71 Mon Sep 17 00:00:00 2001 From: starfish <50672801+starfi5h@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:50:00 +0800 Subject: [PATCH 2/2] bump dependency versions --- .github/scripts/thunderstore_bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 406e09060..ef6539458 100644 --- a/.github/scripts/thunderstore_bundle.js +++ b/.github/scripts/thunderstore_bundle.js @@ -123,7 +123,7 @@ function generateManifest() { BEPINEX_DEPENDENCY, `nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`, "PhantomGamers-IlLine-1.0.0", - "starfi5h-BulletTime-1.2.10", + "starfi5h-BulletTime-1.4.5", ], website_url: "https://github.com/hubastard/nebula" };