Skip to content

Commit 78dd5f9

Browse files
ci(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](andstor/file-existence-action@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9ab170 commit 78dd5f9

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)