1717 - uses : actions/checkout@v6.0.2
1818 - name : Lookup node_modules cache
1919 id : node-modules-cache
20- uses : actions/cache@v5.0.3
20+ uses : actions/cache@v5.0.4
2121 with :
2222 path : node_modules
2323 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
3434 - uses : actions/checkout@v6.0.2
3535 - name : Restore node_modules cache
3636 id : node-modules-cache
37- uses : actions/cache/restore@v5.0.3
37+ uses : actions/cache/restore@v5.0.4
3838 with :
3939 path : node_modules
4040 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
@@ -49,13 +49,13 @@ jobs:
4949 - uses : actions/checkout@v6.0.2
5050 - name : Restore node_modules cache
5151 id : node-modules-cache
52- uses : actions/cache/restore@v5.0.3
52+ uses : actions/cache/restore@v5.0.4
5353 with :
5454 path : node_modules
5555 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
5656 fail-on-cache-miss : true
5757 - name : Restore NX cache
58- uses : actions/cache@v5.0.3
58+ uses : actions/cache@v5.0.4
5959 with :
6060 path : .nx/cache
6161 key : nx-lint-${{ github.sha }}
8585 uses : actions/checkout@v6.0.2
8686 - name : Restore node_modules cache
8787 id : node-modules-cache
88- uses : actions/cache/restore@v5.0.3
88+ uses : actions/cache/restore@v5.0.4
8989 with :
9090 path : node_modules
9191 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
@@ -132,13 +132,13 @@ jobs:
132132 - uses : actions/checkout@v6.0.2
133133 - name : Restore node_modules cache
134134 id : node-modules-cache
135- uses : actions/cache/restore@v5.0.3
135+ uses : actions/cache/restore@v5.0.4
136136 with :
137137 path : node_modules
138138 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
139139 fail-on-cache-miss : true
140140 - name : Restore NX cache
141- uses : actions/cache@v5.0.3
141+ uses : actions/cache@v5.0.4
142142 with :
143143 path : .nx/cache
144144 key : nx-test-${{ matrix.test-suits.key || matrix.test-suits.name }}-${{ github.sha }}
@@ -147,7 +147,7 @@ jobs:
147147 - name : Test
148148 if : steps.nx-test-cache.outputs.cache-hit != 'true'
149149 continue-on-error : false
150- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
150+ uses : nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60
151151 with :
152152 timeout_minutes : 10
153153 max_attempts : 3
@@ -165,13 +165,13 @@ jobs:
165165 - uses : actions/checkout@v6.0.2
166166 - name : Restore node_modules cache
167167 id : node-modules-cache
168- uses : actions/cache/restore@v5.0.3
168+ uses : actions/cache/restore@v5.0.4
169169 with :
170170 path : node_modules
171171 key : node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
172172 fail-on-cache-miss : true
173173 - name : Restore NX cache
174- uses : actions/cache@v5.0.3
174+ uses : actions/cache@v5.0.4
175175 with :
176176 path : .nx/cache
177177 key : nx-build-${{ github.sha }}
@@ -184,7 +184,7 @@ jobs:
184184 npx nx run-many --target=build
185185 ./tools/truncate-nx-cache.sh
186186 - name : Save build cache
187- uses : actions/cache/save@v5.0.3
187+ uses : actions/cache/save@v5.0.4
188188 with :
189189 path : dist
190190 key : dist-${{ github.sha }}
@@ -205,7 +205,7 @@ jobs:
205205 steps :
206206 - uses : actions/checkout@v6.0.2
207207 - name : Restore build cache
208- uses : actions/cache/restore@v5.0.3
208+ uses : actions/cache/restore@v5.0.4
209209 with :
210210 path : dist
211211 key : dist-${{ github.sha }}
@@ -222,7 +222,7 @@ jobs:
222222 - name : Login to Amazon ECR
223223 id : login-ecr
224224 if : vars.ECR_REGION
225- uses : aws-actions/amazon-ecr-login@v2.0.2
225+ uses : aws-actions/amazon-ecr-login@v2.1.0
226226 - name : Format image tag parts
227227 env :
228228 BRANCH : ${{ github.head_ref || github.ref_name }}
@@ -278,7 +278,7 @@ jobs:
278278 aws-region : ${{ vars.ECR_REGION }}
279279 - name : Login to Amazon ECR
280280 id : login-ecr
281- uses : aws-actions/amazon-ecr-login@v2.0.2
281+ uses : aws-actions/amazon-ecr-login@v2.1.0
282282 - name : Format image tag components
283283 env :
284284 BRANCH : ${{ github.head_ref || github.ref_name }}
0 commit comments