Skip to content

Commit 74a1583

Browse files
authored
Update actions in ci.yaml
1 parent bb25d2f commit 74a1583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- highest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131

3232
- name: Override PHP ini values for JIT compiler
3333
if: matrix.compiler == 'jit'
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
4747

4848
- name: Cache dependencies installed with composer
49-
uses: actions/cache@v1
49+
uses: actions/cache@v4
5050
with:
5151
path: ${{ env.COMPOSER_CACHE_DIR }}
5252
key: php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
@@ -65,14 +65,14 @@ jobs:
6565
run: php -i; php -m
6666

6767
- name: Start Redis
68-
uses: supercharge/redis-github-action@1.4.0
68+
uses: supercharge/redis-github-action@1.8.0
6969
with:
7070
redis-version: ${{ matrix.redis-version }}
7171

7272
- name: Run tests with phpunit
7373
run: vendor/bin/phpunit --coverage-clover=coverage.xml
7474

7575
- name: Send code coverage report to Codecov.io
76-
uses: codecov/codecov-action@v1
76+
uses: codecov/codecov-action@v5
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)