Skip to content

Commit

Permalink
Fix CI again and again and again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 26, 2024
1 parent 954ce7d commit 7eef848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
php: ['8.2', '8.3']

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

- name: Cache Composer dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 7eef848

Please sign in to comment.