Skip to content

Commit

Permalink
- update dependencies October 2023 (#53)
Browse files Browse the repository at this point in the history
* - (php) Bump laravel/framework from 10.23.1 to 10.25.2

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.23.1 to 10.25.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.23.1...v10.25.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* - updated packages

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kamil <[email protected]>
  • Loading branch information
dependabot[bot] and kamilpiech97 authored Oct 3, 2023
1 parent da58f9b commit de82ed6
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
Loading

0 comments on commit de82ed6

Please sign in to comment.