Skip to content

Commit

Permalink
SP-981: Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Aug 9, 2024
1 parent e0ff2de commit 71eef23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
php-version: [ 8.1, 8.2 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-version }}
Expand All @@ -40,7 +40,7 @@ jobs:
php-version: [ 8.1, 8.2 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
php-version: [ 8.1, 8.2 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-version }}
Expand Down

0 comments on commit 71eef23

Please sign in to comment.