Skip to content

Bump typescript from 5.4.4 to 5.4.5 #472

Bump typescript from 5.4.4 to 5.4.5

Bump typescript from 5.4.4 to 5.4.5 #472

Workflow file for this run

name: Auto approve
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}