From 9dcdbc9bb6c410a18713637f249b612574de5311 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 24 Jan 2024 02:38:52 +0100 Subject: [PATCH] =?UTF-8?q?Add=20stupid=20v=20prefix=20=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4db10..f68eb67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: pipenv run sphinx-build -b gettext source build/locale - name: Push and Pull strings from the Crowdin - uses: crowdin/github-action@1 + uses: crowdin/github-action@v1 if: github.ref == 'refs/heads/master' with: token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} @@ -85,7 +85,7 @@ jobs: echo "should-continue=$diff_detected" >> $GITHUB_OUTPUT - name: Deploy to the GitHub Pages - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 if: | (github.event_name == 'push' && github.ref == 'refs/heads/master') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') ||