From 51b720225d524178e76de6a605e13459ed8366a2 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 21 Mar 2024 18:18:48 +0100 Subject: [PATCH] chore(deps): Updates `SpraxDev/Action-SpigotMC` from v4 to v5 --- .github/actions/setup_project_workspace/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_project_workspace/action.yml b/.github/actions/setup_project_workspace/action.yml index d82db9c8..7e4789c5 100644 --- a/.github/actions/setup_project_workspace/action.yml +++ b/.github/actions/setup_project_workspace/action.yml @@ -17,7 +17,7 @@ runs: maven_username: ${{ inputs.maven_username }} maven_password: ${{ inputs.maven_password }} - - uses: SpraxDev/Action-SpigotMC@v4 + - uses: SpraxDev/Action-SpigotMC@v5 with: versions: 1.18.1, 1.18.2, 1.19, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.20.4 remapped: true