Skip to content

Commit 8c7760f

Browse files
- Batch update February 2024 (#207)
* - (php) Bump fakerphp/faker from 1.23.0 to 1.23.1 Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/FakerPHP/Faker/releases) - [Changelog](https://github.com/FakerPHP/Faker/blob/v1.23.1/CHANGELOG.md) - [Commits](FakerPHP/Faker@v1.23.0...v1.23.1) --- updated-dependencies: - dependency-name: fakerphp/faker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump actions/cache, composer, tailwindcss/forms --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksandra Kozubal <aleksandra.kozubal@studenci.collegiumwitelona.pl>
1 parent ff93f07 commit 8c7760f

File tree

7 files changed

+15
-20
lines changed

7 files changed

+15
-20
lines changed

.github/workflows/test-and-lint-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: node_modules
2727
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}

.github/workflows/test-and-lint-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: composer validate
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: vendor
4646
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}

composer.lock

+6-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

environment/dev/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer/composer:2.5.8-bin as composer-bin
1+
FROM composer/composer:2.6.6-bin as composer-bin
22

33
FROM node:21.4.0-bullseye-slim as node
44

environment/staging/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer/composer:2.5.8-bin as composer-bin
1+
FROM composer/composer:2.6.6-bin as composer-bin
22

33
FROM node:20.4.0-bullseye-slim as node
44

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@inertiajs/inertia-vue3": "^0.6.0",
1414
"@inertiajs/progress": "^0.2.7",
1515
"@inertiajs/vue3": "^1.0.9",
16-
"@tailwindcss/forms": "^0.5.4",
16+
"@tailwindcss/forms": "^0.5.7",
1717
"@tailwindcss/typography": "^0.5.9",
1818
"@vueuse/core": "^10.3.0",
1919
"axios": "^1.6.2",

0 commit comments

Comments
 (0)