Skip to content

Commit 44f405c

Browse files
committed
Update Netlify deploy action version in e2e workflows to 3.0.4
1 parent e3e4a84 commit 44f405c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: ⏳ Wait for Netlify Preview
178178
if: ${{ inputs.provider == 'netlify' }}
179-
uses: jlevy-io/wait-for-netlify-deploy-with-headers@3.0.3
179+
uses: jlevy-io/wait-for-netlify-deploy-with-headers@3.0.4
180180
id: wait-for-netflify-preview
181181
with:
182182
site_id: ${{ secrets.NETLIFY_SITE_ID }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: ⏳ Wait for Netlify Preview
167167
if: ${{ inputs.provider == 'netlify' }}
168-
uses: jlevy-io/wait-for-netlify-deploy-with-headers@3.0.3
168+
uses: jlevy-io/wait-for-netlify-deploy-with-headers@3.0.4
169169
id: wait-for-netflify-preview
170170
with:
171171
site_id: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)