Skip to content

Commit ee1e47a

Browse files
swissspidyCopilot
andauthored
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <[email protected]>
1 parent b3b71c9 commit ee1e47a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ jobs:
3131

3232
- name: Install Composer dependencies & cache dependencies
3333
uses: ramsey/composer-install@v3
34+
env:
35+
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
36+
with:
37+
# Bust the cache at least once a month - output format: YYYY-MM.
38+
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)