Skip to content

Commit

Permalink
update github ci to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
usarise committed Sep 13, 2023
1 parent b93a25a commit 2ccf7b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [8.2]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
php: [8.1, 8.2]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand All @@ -66,7 +66,7 @@ jobs:
matrix:
php: [8.2]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand All @@ -83,7 +83,7 @@ jobs:
matrix:
php: [8.1, 8.2]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand Down

0 comments on commit 2ccf7b5

Please sign in to comment.