From 9cad4eb4927b54be8f5dcf3c2aa74d6c3e55263c Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Mon, 26 May 2025 01:50:16 -0300 Subject: [PATCH] Update auto update action --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 10920d7..0a7d132 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 with: path: 'SparklyPaper' - ref: 'ver/1.21.4' + ref: 'ver/1.21.5' token: ${{ secrets.LORITTA_PAT }} - name: Checkout Paper Repository @@ -19,7 +19,7 @@ jobs: with: path: 'Paper' repository: "PaperMC/Paper" - ref: 'ver/1.21.4' + ref: 'main' token: ${{ secrets.LORITTA_PAT }} - name: Get Paper Latest Commit Hash