Skip to content

Commit

Permalink
Bump actions/cache from 4.1.2 to 4.2.0 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 7e3516b commit 07e1269
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 @@ -28,7 +28,7 @@ jobs:
run: 'echo "::set-output name=directory::$(composer config cache-dir)"'

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.2"
uses: "actions/cache@v4.2.0"
with:
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
key: "php-${{ matrix.php-version }}-composer-cache"
Expand Down

0 comments on commit 07e1269

Please sign in to comment.