Skip to content

Commit

Permalink
Merge pull request #21 from kiddivouchers/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3

github-actions(deps): bump actions/cache from 2 to 3
  • Loading branch information
cs278 authored Dec 29, 2022
2 parents 95928e5 + aae029e commit 058db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get install -y valgrind
- name: Cache PHP
id: cache-php
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
php-${{ matrix.php-version }}
Expand Down

0 comments on commit 058db1b

Please sign in to comment.