Skip to content

Commit

Permalink
Merge pull request #22 from sajya/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
tabuna authored Dec 10, 2024
2 parents 46fd880 + 92ffacb commit 3116539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 3116539

Please sign in to comment.