Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 69751dd

Browse files
Merge pull request #56 from CESNET/renovate/php-actions-composer-6.x
chore(deps): update php-actions/composer action to v6
2 parents 43df826 + f0fd64c commit 69751dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: /tmp/composer-cache
2626
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2727
- name: Install dependencies
28-
uses: php-actions/composer@v5
28+
uses: php-actions/composer@v6
2929
with:
3030
php_version: ${{ matrix.php-version }}
3131
version: 2

0 commit comments

Comments
 (0)