From 45f10052074d632e498efac90f790850a2c32d19 Mon Sep 17 00:00:00 2001 From: Bjarke Istrup Pedersen Date: Thu, 12 Sep 2024 12:32:05 +0200 Subject: [PATCH] Github actions fixes --- .github/workflows/package.yml | 4 ++-- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 9ce3284..836078d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -9,10 +9,10 @@ on: jobs: package: runs-on: ubuntu-latest - + steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Create Package uses: BigWigsMods/packager@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ab642ce..e08d086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 11.0.2-20240912-2 + +* Raise the width for TagText, provided by siweia on github. +* Github actions fixes. + ## 11.0.2-20240912-1 * Added color world quests with warband bonus different color option.