Skip to content

Commit

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

Bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
tabuna authored Oct 28, 2024
2 parents 1ce4a4d + 72bc7fe commit c51d898
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/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit c51d898

Please sign in to comment.