Skip to content

Commit c1fb320

Browse files
bump actions/cache, composer, tailwindcss/forms
1 parent 42526c7 commit c1fb320

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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') }}

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)