From e510eefcd2d8b87c7565e9b08c97cb26e8be54b7 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 19 Dec 2024 01:40:34 +0100 Subject: [PATCH] Just use master for these --- .github/workflows/translate-pr.yml | 2 +- .github/workflows/update-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate-pr.yml b/.github/workflows/translate-pr.yml index 23cc817..3972fcd 100644 --- a/.github/workflows/translate-pr.yml +++ b/.github/workflows/translate-pr.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Extract translations - uses: p3lim/lua-translations@v1 + uses: p3lim/lua-translations@master with: action: extract id: extract diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 3dcff8c..456b1c1 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Update issue template - uses: p3lim/lua-translations@v1 + uses: p3lim/lua-translations@master with: action: template