From 233310209b66f7f73faf0de2c2d15f47fb1ff63a Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Tue, 8 Sep 2026 16:44:52 +0200 Subject: [PATCH] changed checkout version --- .gitea/workflows/pr.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 7d54285..d5c58d2 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -13,11 +13,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Set up Lua - uses: leafo/setup-lua@v1 + uses: leafo/gh-actions-lua@v13 with: - lua-version: '5.1' - + luaVersion: "5.1" + - name: Compile Spearhead uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0 with: