Skip to content

Commit

Permalink
deps: update browserslist-update-action to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto authored Oct 2, 2024
1 parent f00baa6 commit 6dbd175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6dbd175

Please sign in to comment.