Skip to content

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group #338

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group

build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 in the dev-testing group #338

Workflow file for this run

name: Inspect dependencies
on:
pull_request:
paths:
# run only when one of the files matching the glob patterns changed
- 'package.json'
- 'package-lock.json'
jobs:
check_new_dependencies:
runs-on: ubuntu-latest
permissions:
contents: read
# required by hiwelo/new-dependencies-action
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Check for new dependencies
uses: hiwelo/new-dependencies-action@1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}