Skip to content

Commit

Permalink
Bump GHA action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jun 19, 2024
1 parent dc5822e commit bec2e8b
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 @@ -27,7 +27,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Cache Composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache
key: php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
Expand All @@ -50,7 +50,7 @@ jobs:
tools: cs2pr
coverage: none
- name: Cache Composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache
key: php-composer-locked-${{ hashFiles('composer.lock') }}
Expand Down

0 comments on commit bec2e8b

Please sign in to comment.