Skip to content

Commit

Permalink
Upgrade laravel.yml workflow
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated, thus updating actions/checkout to v4 using Node.js 20.
  • Loading branch information
JanOppolzer committed Feb 28, 2024
1 parent cb25818 commit bf1dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
Expand Down

0 comments on commit bf1dbdb

Please sign in to comment.