Skip to content

Commit

Permalink
Merge pull request #13 from danielh-official/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…follow-redirects-1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6
  • Loading branch information
danielh-official committed Mar 22, 2024
2 parents 481bc74 + c2d9fc0 commit 1ff7e25
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 158 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Composer Update
- run: composer update
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
Expand Down
Loading

0 comments on commit 1ff7e25

Please sign in to comment.