Skip to content

Commit 170ee66

Browse files
committed
Update Workflow dependencies
1 parent 3546903 commit 170ee66

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: PHPUnit Tests - ${{ matrix.php_versions }} - ${{ matrix.os }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Setup PHP, with composer and extensions
2828
uses: shivammathur/setup-php@v2
@@ -37,13 +37,13 @@ jobs:
3737

3838
- name: Setup Redis-server
3939
if: ${{ matrix.os == 'ubuntu-latest' }}
40-
uses: supercharge/redis-github-action@1.1.0
40+
uses: supercharge/redis-github-action@1.8.0
4141
with:
4242
redis-version: 6
4343

4444
- name: Setup Memcached
4545
if: ${{ matrix.os == 'ubuntu-latest' }}
46-
uses: niden/actions-memcached@v7
46+
uses: niden/actions-memcached@v8
4747

4848
- name: Configure matchers for PHPUnit
4949
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: Upload coverage to Codecov
5555
if: github.event_name != 'schedule'
56-
uses: codecov/codecov-action@v4
56+
uses: codecov/codecov-action@v5
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
59-
file: ./_meta/coverage.xml
59+
files: ./_meta/coverage.xml
6060
fail_ci_if_error: true

.github/workflows/PHPStan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: PHPStan - ${{ matrix.php_versions }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup PHP, with composer and extensions
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)