Skip to content

Commit

Permalink
chore: Bump "actions/checkout" to v4 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Feb 2, 2024
1 parent b1f1ea9 commit 8e141b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- php-version: '8.2'
- php-version: '8.3'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
Expand Down

0 comments on commit 8e141b1

Please sign in to comment.