Skip to content

Commit

Permalink
Updated GitHub action config to use latest dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed Mar 22, 2024
1 parent 183a713 commit e4284c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e4284c3

Please sign in to comment.