updated actions version

This commit is contained in:
Cihan Şentürk 2025-03-03 16:24:43 +03:00 committed by GitHub
parent 9b54043cf1
commit 59ede8853d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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') }}

View File

@ -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