Skip to content

Update dependency vite to v4.5.5 [SECURITY] #244

Update dependency vite to v4.5.5 [SECURITY]

Update dependency vite to v4.5.5 [SECURITY] #244

Workflow file for this run

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: major
github-token: ${{ secrets.GITHUB_TOKEN }}