Skip to content

Commit

Permalink
Merge pull request #72 from Chris53897/feature/fix-ci-deprecation
Browse files Browse the repository at this point in the history
chore: fix ci deprecation
  • Loading branch information
tattali authored Mar 5, 2024
2 parents 1cb7e83 + d00a7f4 commit b147cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit b147cf6

Please sign in to comment.