Skip to content

Commit f04e050

Browse files
chore(deps): update actions/cache action to v5
1 parent db56790 commit f04e050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Cache Composer packages
4242
id: root-composer-cache
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: vendor
4646
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('composer.json') }}
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Cache Composer packages
8282
id: behat-composer-cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: integration/vendor
8686
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('integration/composer.json') }}

0 commit comments

Comments
 (0)