Skip to content

Commit 584d5d6

Browse files
authored
Merge pull request #5 from nowo-tech/dependabot/github_actions/actions/cache-6
chore(ci): bump actions/cache from 4 to 6
2 parents 088acf9 + e049ba4 commit 584d5d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

6363
- name: Cache Composer dependencies
64-
uses: actions/cache@v4
64+
uses: actions/cache@v6
6565
with:
6666
path: ${{ steps.composer-cache.outputs.dir }}
6767
key: ${{ runner.os }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('**/composer.json', '**/composer.lock') }}

0 commit comments

Comments
 (0)