Skip to content

Commit b50e196

Browse files
committed
dependencies updated.
1 parent c2703e3 commit b50e196

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
environment:
1313
name: CI
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: 🗄️ Provide agconnect-services.json
1818
id: agconnect-services
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: 🔢 Cache Composer packages
2626
id: composer-cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"ext-json": "*",
3636
"ext-curl": "*",
3737
"phpseclib/phpseclib": "^3.0.21",
38-
"guzzlehttp/guzzle": "^7.7.0",
39-
"guzzlehttp/psr7": "^2.6.0",
38+
"guzzlehttp/guzzle": "^7.8.0",
39+
"guzzlehttp/psr7": "^2.6.1",
4040
"psr/http-message": "^2.0"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)