@@ -27,20 +27,20 @@ jobs:
2727 actions : write # for actions/cache to write to cache location
2828
2929 steps :
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
30+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
31+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232 with :
3333 path : ~/.npm
3434 key : ${{ runner.os }}-npm-v2-${{ hashFiles('**/package-lock.json') }}
3535 restore-keys : |
3636 ${{ runner.os }}-npm-v2-
37- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
37+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3838 with :
3939 path : node_modules
4040 key : ${{ runner.os }}-modules-v2-${{ hashFiles('**/package-lock.json') }}
4141 restore-keys : |
4242 ${{ runner.os }}-modules-v2-
43- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
43+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4444 with :
4545 path : ~/.cache/Cypress
4646 key : cypress-${{ runner.os }}-bin-v2-${{ hashFiles('**/package-lock.json') }}
@@ -68,26 +68,26 @@ jobs:
6868 actions : write # for actions/cache to write to cache location
6969
7070 steps :
71- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
72+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7373 with :
7474 path : ~/.elm
7575 key : ${{ runner.os }}-elm-v3-${{ hashFiles('**/elm.json') }}
7676 restore-keys : |
7777 ${{ runner.os }}-elm-v3-
78- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
78+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7979 with :
8080 path : ~/.npm
8181 key : ${{ runner.os }}-npm-v2-${{ hashFiles('**/package-lock.json') }}
8282 restore-keys : |
8383 ${{ runner.os }}-npm-v2-
84- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
84+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8585 with :
8686 path : node_modules
8787 key : ${{ runner.os }}-modules-v2-${{ hashFiles('**/package-lock.json') }}
8888 restore-keys : |
8989 ${{ runner.os }}-modules-v2-
90- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
90+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9191 with :
9292 path : ~/.cache/Cypress
9393 key : cypress-${{ runner.os }}-bin-v2-${{ hashFiles('**/package-lock.json') }}
@@ -115,20 +115,20 @@ jobs:
115115 actions : write # for actions/cache to write to cache location
116116
117117 steps :
118- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
118+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
119+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
120120 with :
121121 path : ~/.npm
122122 key : ${{ runner.os }}-npm-v2-${{ hashFiles('**/package-lock.json') }}
123123 restore-keys : |
124124 ${{ runner.os }}-npm-v2-
125- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
125+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
126126 with :
127127 path : node_modules
128128 key : ${{ runner.os }}-modules-v2-${{ hashFiles('**/package-lock.json') }}
129129 restore-keys : |
130130 ${{ runner.os }}-modules-v2-
131- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
131+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
132132 with :
133133 path : ~/.cache/Cypress
134134 key : cypress-${{ runner.os }}-bin-v2-${{ hashFiles('**/package-lock.json') }}
@@ -157,26 +157,26 @@ jobs:
157157 actions : write # for actions/cache to write to cache location
158158
159159 steps :
160- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
160+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
161+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
162162 with :
163163 path : ~/.elm
164164 key : ${{ runner.os }}-elm-v3-${{ hashFiles('**/elm.json') }}
165165 restore-keys : |
166166 ${{ runner.os }}-elm-v3-
167- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
167+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
168168 with :
169169 path : ~/.npm
170170 key : ${{ runner.os }}-npm-v2-${{ hashFiles('**/package-lock.json') }}
171171 restore-keys : |
172172 ${{ runner.os }}-npm-v2-
173- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
173+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
174174 with :
175175 path : node_modules
176176 key : ${{ runner.os }}-modules-v2-${{ hashFiles('**/package-lock.json') }}
177177 restore-keys : |
178178 ${{ runner.os }}-modules-v2-
179- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
179+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
180180 with :
181181 path : ~/.cache/Cypress
182182 key : cypress-${{ runner.os }}-bin-v2-${{ hashFiles('**/package-lock.json') }}
@@ -204,20 +204,20 @@ jobs:
204204 actions : write # for actions/cache to write to cache location
205205
206206 steps :
207- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
208- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
207+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
208+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
209209 with :
210210 path : ~/.elm
211211 key : ${{ runner.os }}-elm-v3-${{ hashFiles('**/elm.json') }}
212212 restore-keys : |
213213 ${{ runner.os }}-elm-v3-
214- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
214+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
215215 with :
216216 path : ~/.npm
217217 key : ${{ runner.os }}-npm-v2-${{ hashFiles('**/package-lock.json') }}
218218 restore-keys : |
219219 ${{ runner.os }}-npm-v2-
220- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
220+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
221221 with :
222222 path : node_modules
223223 key : ${{ runner.os }}-modules-v2-${{ hashFiles('**/package-lock.json') }}
@@ -239,14 +239,14 @@ jobs:
239239 # │││ ││ ├┴┐├┤ ├┬┘
240240 # ─┴┘└─┘└─┘┴ ┴└─┘┴└─
241241 - name : login to dockerhub
242- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
242+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
243243 with :
244244 username : ${{ secrets.DOCKER_USERNAME }}
245245 password : ${{ secrets.DOCKER_PASSWORD }}
246246
247247 - name : extract metadata
248248 id : meta
249- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
249+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
250250 with :
251251 images : target/vela-ui
252252 tags : |
0 commit comments