diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 376bd73cd..a800b36f4 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip pip install transifex-client - name: Create .transifexrc - uses: DamianReeves/write-file-action + uses: DamianReeves/write-file-action@v1 with: path: ${{env.home}}/.transifexrc write-mode: overwrite @@ -36,4 +36,4 @@ jobs: password = ${{secrets.TX_TOKEN}} username = api - name: Push source strings to Transifex - run: tx push --source --no-interactive \ No newline at end of file + run: tx push --source --no-interactive