Skip to content

Commit

Permalink
cache by week
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Jan 16, 2024
1 parent 8cd94ad commit 02afbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set cache key
id: key
run: |
echo "key=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "key=$(date +'%Y-%U')" >> $GITHUB_ENV
- uses: actions/checkout@v3

Expand Down

0 comments on commit 02afbf5

Please sign in to comment.