diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f95e56a7a..842a14099 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache Composer - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.composer/cache/files key: php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index aba2343b3..b31cc9068 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Sync with Crowdin uses: crowdin/github-action@master