Skip to content

Commit 0de093c

Browse files
committed
Merge remote-tracking branch 'origin/pr/31'
* origin/pr/31: chore(deps): bump actions/cache from 4 to 5
2 parents 0a0a5fe + d0695ce commit 0de093c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
6060

6161
- name: Cache composer dependencies
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: ${{ steps.composer-cache.outputs.dir }}
6565
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock', '**/composer.json') }}

0 commit comments

Comments
 (0)