From 68486641435d24eba596115fdc2d821c3f991df1 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 15 Oct 2022 13:48:25 -0500 Subject: [PATCH] Update github actions to latest version --- .github/workflows/ci.yml | 2 +- .github/workflows/crowdin-pull.yml | 4 ++-- .github/workflows/crowdin-push.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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