Skip to content

Commit 974b23a

Browse files
chore(deps): update actions/cache action to v6
1 parent 8ac9530 commit 974b23a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

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

5555
- name: Cache Composer dependencies
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: ${{ steps.composer-cache.outputs.dir }}
5959
key: ${{ runner.os }}-php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)