From adc828dc8a31f67b6415611c3ef19ef644bf2a6e Mon Sep 17 00:00:00 2001 From: Safihre Date: Wed, 21 Oct 2020 11:01:28 +0200 Subject: [PATCH] Pin GitHub-actions versions --- .github/workflows/translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2048cef..ef90fff 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -9,7 +9,7 @@ jobs: translations: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 - name: Generate translatable texts run: | python3 tools/extract_pot.py @@ -25,7 +25,7 @@ jobs: env: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Push translatable and translated texts back to repo - uses: stefanzweifel/git-auto-commit-action@master + uses: stefanzweifel/git-auto-commit-action@v4.5.1 with: commit_message: Update translatable texts commit_user_name: SABnzbd Automation