diff --git a/.github/workflows/browserslist.yml b/.github/workflows/browserslist.yml index 60979c92..f7b4a431 100644 --- a/.github/workflows/browserslist.yml +++ b/.github/workflows/browserslist.yml @@ -29,11 +29,11 @@ jobs: node-version: '22' - run: npm install - name: Update Browserslist database and create PR if applies - uses: c2corg/browserslist-update-action@v2 + uses: c2corg/browserslist-update-action@v2.4.0 with: github_token: ${{ github.token }} commit_message: 'chore: update Browserslist db' title: 'Update Browserslist database' - body: Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action + body: 'Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action' labels: 'dependencies,fast tracked,process,size/XS' reviewers: 'doamatto'