Skip to content

Commit b906cb3

Browse files
authored
Merge pull request #1291 from EC-CUBE/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents c119d38 + cc027aa commit b906cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: composer-cache
5858
run: |
5959
echo "::set-output name=dir::$(composer config cache-files-dir)"
60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}
6363
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)