Skip to content

Commit

Permalink
Update actions/cache action to v4.2.1
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v4.2.0 | v4.2.1 |
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent ef7f0c3 commit 1175e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "composer_cache_dir=$(composer global config cache-files-dir)" >> $GITHUB_OUTPUT

- name: "Cache dependencies"
uses: "actions/cache@v4.2.0"
uses: "actions/cache@v4.2.1"
with:
path: ${{ steps.composer-cache.outputs.composer_cache_dir }}
key: "php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
Expand Down

0 comments on commit 1175e3c

Please sign in to comment.