Skip to content

Commit 6a43c31

Browse files
authored
Merge branch 'develop' into feature/fix-select-error-appearance
2 parents 6c8dc69 + 2513997 commit 6a43c31

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache-dependency-path: yarn.lock
5353

5454
- name: Restore the deps and _build cache
55-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
id: restore-cache
5757
env:
5858
MIX_LOCK_HASH: ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -141,7 +141,7 @@ jobs:
141141

142142
services:
143143
postgres:
144-
image: postgres:16.10@sha256:b477759d38be47671d54a054d832791f8ddb9f0eaf6faf51ed17516087793a66
144+
image: postgres:16.10@sha256:fd4208c8aadb92850e7e86a584fe8b1f2a6af8949feeb1ac8e12e72324573676
145145
env:
146146
POSTGRES_PASSWORD: postgres
147147
options: >-
@@ -171,7 +171,7 @@ jobs:
171171
cache-dependency-path: demo/yarn.lock
172172

173173
- name: Restore the deps and _build cache
174-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
174+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
175175
id: restore-cache
176176
env:
177177
OTP_VERSION: ${{ steps.beam.outputs.otp-version }}

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
postgres:
2121
condition: service_healthy
2222
postgres:
23-
image: postgres:16.10@sha256:b477759d38be47671d54a054d832791f8ddb9f0eaf6faf51ed17516087793a66
23+
image: postgres:16.10@sha256:fd4208c8aadb92850e7e86a584fe8b1f2a6af8949feeb1ac8e12e72324573676
2424
environment:
2525
- POSTGRES_PASSWORD=postgres
2626
ports:

demo/yarn.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,7 @@ cssesc@^3.0.0:
516516
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
517517

518518
daisyui@^5.0.3:
519-
version "5.1.13"
520-
resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-5.1.13.tgz#88354e9209c256ed0690948e0bc00bd423b3e5d2"
521-
integrity sha512-KWPF/4R+EHTJRqKZFNmSDPfAZ5xeS6YWB/2kS7Y6wGKg+atscUi2DOp6HoDD/OgGML0PJTtTpgwpTfeHVfjk7w==
519+
version "5.1.14"
522520

523521
data-view-buffer@^1.0.2:
524522
version "1.0.2"

0 commit comments

Comments
 (0)