diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5851b4d..1e38d631 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: DB_PASSWORD: lighthouse steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Start MySQL if: ${{ matrix.os.database }} diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 5d0cd78a..fe5f29cb 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: crowdin-action - uses: crowdin/github-action@1.4.11 + uses: crowdin/github-action@1.4.14 with: upload_translations: false download_translations: true diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index ff69496e..158d83ac 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: crowdin-action - uses: crowdin/github-action@1.4.11 + uses: crowdin/github-action@1.4.14 with: upload_translations: true download_translations: false