Skip to content

Commit feb7b87

Browse files
Bump actions/cache from 4.3.0 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53c7484 commit feb7b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: composer validate
2727

2828
- name: Cache Composer dependencies
29-
uses: actions/cache@v4.3.0
29+
uses: actions/cache@v5.0.3
3030
with:
3131
path: /tmp/composer-cache
3232
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -59,7 +59,7 @@ jobs:
5959
run: composer validate
6060

6161
- name: Cache Composer dependencies
62-
uses: actions/cache@v4.3.0
62+
uses: actions/cache@v5.0.3
6363
with:
6464
path: /tmp/composer-cache
6565
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)