Skip to content

Commit

Permalink
Merge pull request #11 from irazasyed/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
irazasyed authored Jan 30, 2024
2 parents d3d57c3 + 91cd319 commit 1431fd3
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 @@ -61,7 +61,7 @@ jobs:
- name: Check .php files for syntax errors
run: composer test:lint -- --checkstyle | cs2pr

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-db
with:
path: ~/.symfony/cache
Expand Down

0 comments on commit 1431fd3

Please sign in to comment.