File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 52
52
cache-dependency-path : yarn.lock
53
53
54
54
- name : Restore the deps and _build cache
55
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56
56
id : restore-cache
57
57
env :
58
58
MIX_LOCK_HASH : ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
services :
143
143
postgres :
144
- image : postgres:16.10@sha256:b477759d38be47671d54a054d832791f8ddb9f0eaf6faf51ed17516087793a66
144
+ image : postgres:16.10@sha256:fd4208c8aadb92850e7e86a584fe8b1f2a6af8949feeb1ac8e12e72324573676
145
145
env :
146
146
POSTGRES_PASSWORD : postgres
147
147
options : >-
@@ -171,7 +171,7 @@ jobs:
171
171
cache-dependency-path : demo/yarn.lock
172
172
173
173
- name : Restore the deps and _build cache
174
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
174
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
175
175
id : restore-cache
176
176
env :
177
177
OTP_VERSION : ${{ steps.beam.outputs.otp-version }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
postgres :
21
21
condition : service_healthy
22
22
postgres :
23
- image : postgres:16.10@sha256:b477759d38be47671d54a054d832791f8ddb9f0eaf6faf51ed17516087793a66
23
+ image : postgres:16.10@sha256:fd4208c8aadb92850e7e86a584fe8b1f2a6af8949feeb1ac8e12e72324573676
24
24
environment :
25
25
- POSTGRES_PASSWORD=postgres
26
26
ports :
Original file line number Diff line number Diff line change @@ -516,9 +516,7 @@ cssesc@^3.0.0:
516
516
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
517
517
518
518
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"
522
520
523
521
data-view-buffer@^1.0.2 :
524
522
version "1.0.2"
You can’t perform that action at this time.
0 commit comments