Skip to content

Commit

Permalink
Update GH actions cache to 4.2.0 as 4.0 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmlee101 committed Jan 13, 2025
1 parent 40aec4a commit 3ba530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/composite/setup-composer-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
shell: bash

- name: Cache Composer Files
uses: actions/cache@v4.0.0
uses: actions/cache@v4.2.0
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 3ba530a

Please sign in to comment.