Skip to content

Commit a2e59e7

Browse files
Update all dependencies (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6310ff2 commit a2e59e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3838

3939
- name: Cache composer dependencies
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
# Use composer.json for key, if composer.lock is not committed.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"psr/http-factory": "^1.0"
2525
},
2626
"require-dev": {
27-
"friendsofphp/php-cs-fixer": "3.7.0",
27+
"friendsofphp/php-cs-fixer": "3.11.0",
2828
"phpunit/phpunit": "9.5.10",
2929
"guzzlehttp/psr7": "2.1.0",
3030
"php-mock/php-mock-phpunit": "2.6.0"

0 commit comments

Comments
 (0)