Skip to content

Commit

Permalink
Github Actions: Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skouat committed Oct 5, 2024
1 parent 79f1aa0 commit 2a7f407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -36,13 +36,13 @@ jobs:
coverage: none

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

- name: Install Composer dependencies
uses: php-actions/composer@v5
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
args: --prefer-source
Expand Down

0 comments on commit 2a7f407

Please sign in to comment.