Skip to content

Commit

Permalink
Use cache@v3 and checkout@v4 (#418)
Browse files Browse the repository at this point in the history
* Use cache@v3 and checkout@v3

* Use checkout@v4
  • Loading branch information
dfridrich committed Jan 26, 2024
1 parent 0a6dcb3 commit 44964fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 8.3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- run: composer validate

- id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 44964fc

Please sign in to comment.