Skip to content

Commit

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

chore(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
teolemon authored May 1, 2024
2 parents 44ee0c2 + 6a85184 commit ac3033a
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 @@ -32,7 +32,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit ac3033a

Please sign in to comment.