Skip to content

Commit 434eb13

Browse files
ci(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0 (#12)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72a5e28 commit 434eb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
ref: ${{ env.REF }}
257257
- id: test-files-check
258258
name: Check for typecheck files
259-
uses: andstor/file-existence-action@v2.0.0
259+
uses: andstor/file-existence-action@v3.0.0
260260
with:
261261
files: '**/__tests__/*.spec-d.ts'
262262
- id: node
@@ -308,7 +308,7 @@ jobs:
308308
ref: ${{ env.REF }}
309309
- id: test-files-check
310310
name: Check for test files
311-
uses: andstor/file-existence-action@v2.0.0
311+
uses: andstor/file-existence-action@v3.0.0
312312
with:
313313
files: '**/__tests__/*.spec.+(ts|tsx)'
314314
- id: node

0 commit comments

Comments
 (0)