From 59ede8853d09d1e9e3c73b5ae6804df08ff376f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:24:43 +0300 Subject: [PATCH] updated actions version --- .github/workflows/tests.yml | 4 ++-- .github/workflows/translations.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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