Skip to content

Commit

Permalink
chore: bump gh actions "actions/checkout" 3 => 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Feb 2, 2024
1 parent 4a5ced7 commit 2455dfc
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 2455dfc

Please sign in to comment.