Skip to content

Commit

Permalink
Merge pull request #141 from pressbooks/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
SteelWagstaff authored Feb 23, 2024
2 parents f8385d8 + 352efe2 commit 10ca287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standards-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: sudo systemctl start mysql.service

- name: Cache Composer packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ matrix.php }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 10ca287

Please sign in to comment.