Skip to content

Commit

Permalink
ci(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 094d9d3 commit c677df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
ref: ${{ env.REF }}
- id: test-files-check
name: Check for typecheck files
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
with:
files: '**/__tests__/*.spec-d.ts'
- id: node
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
ref: ${{ env.REF }}
- id: test-files-check
name: Check for test files
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
with:
files: '**/__tests__/*.spec.+(ts|tsx)'
- id: node
Expand Down

0 comments on commit c677df0

Please sign in to comment.