Skip to content

Commit 6a10338

Browse files
Update all dependencies (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bdd2e0 commit 6a10338

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818

1919
- name: Cache Composer dependencies
20-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
20+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2121
with:
2222
path: /tmp/composer-cache
2323
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

.github/workflows/test-php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Cache Composer dependencies
34-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
34+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3535
with:
3636
path: /tmp/composer-cache
3737
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
112112

113113
- name: Cache Composer dependencies
114-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
114+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
115115
with:
116116
path: /tmp/composer-cache
117117
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -156,7 +156,7 @@ jobs:
156156
ref: ${{ github.head_ref }}
157157

158158
- name: Cache Composer dependencies
159-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
159+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
160160
with:
161161
path: /tmp/composer-cache
162162
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -252,7 +252,7 @@ jobs:
252252
ref: ${{ github.head_ref }}
253253

254254
- name: Cache Composer dependencies
255-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
255+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
256256
with:
257257
path: /tmp/composer-cache
258258
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"drevops/phpcs-standard": "^0.7.0",
3131
"drupal/coder": "^8.3.31",
3232
"ergebnis/composer-normalize": "^2.50.0",
33-
"phpstan/phpstan": "^2.1.46",
33+
"phpstan/phpstan": "^2.1.47",
3434
"phpunit/phpunit": "^11.5.55",
3535
"pyrech/composer-changelogs": "^2.2",
3636
"rector/rector": "^2.4.1"

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)