Skip to content

Commit 059caf4

Browse files
committed
ci: update actions for test runner
1 parent e1c0576 commit 059caf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo locale-gen ${{ env.LANG }}
4444
4545
- name: Checkout code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6.0.2
4747
with:
4848
ref: ${{ github.head_ref }}
4949

@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Cache Composer packages
5454
id: composer-cache
55-
uses: actions/cache@v3
55+
uses: actions/cache@v5.0.5
5656
with:
5757
path: vendor
5858
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)