Skip to content

Commit

Permalink
Merge pull request #51 from openfoodfacts/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.0.2

chore(deps): bump actions/cache from 3.3.2 to 4.0.2
  • Loading branch information
teolemon authored May 2, 2024
2 parents 0903b12 + 0347f57 commit 20c7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 20c7494

Please sign in to comment.