Skip to content

Commit 82306de

Browse files
authored
Merge pull request #11 from rabiloo/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 7b1b4b7 + eac700b commit 82306de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: none
2323

2424
- name: Cache composer dependencies
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: vendor
2828
key: composer-${{ hashFiles('composer.json') }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4646
4747
- name: Cache composer dependencies
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: vendor
5151
key: composer-${{ matrix.stability }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)