We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b1b4b7 + eac700b commit 82306deCopy full SHA for 82306de
.github/workflows/psalm.yml
@@ -22,7 +22,7 @@ jobs:
22
coverage: none
23
24
- name: Cache composer dependencies
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: vendor
28
key: composer-${{ hashFiles('composer.json') }}
.github/workflows/run-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
46
47
48
49
50
51
key: composer-${{ matrix.stability }}-${{ hashFiles('composer.json') }}
0 commit comments