Skip to content

Commit

Permalink
bump actions/cache, composer, tailwindcss/forms
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Feb 1, 2024
1 parent 42526c7 commit c1fb320
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
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 @@ -40,7 +40,7 @@ jobs:
run: composer validate

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer/composer:2.5.8-bin as composer-bin
FROM composer/composer:2.6.6-bin as composer-bin

FROM node:21.4.0-bullseye-slim as node

Expand Down
2 changes: 1 addition & 1 deletion environment/staging/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer/composer:2.5.8-bin as composer-bin
FROM composer/composer:2.6.6-bin as composer-bin

FROM node:20.4.0-bullseye-slim as node

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.9",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.9",
"@vueuse/core": "^10.3.0",
"axios": "^1.6.2",
Expand Down

0 comments on commit c1fb320

Please sign in to comment.