From 6dbd1752766d90142c2ec253dbad2435d578d729 Mon Sep 17 00:00:00 2001 From: Matt RONCHETTO Date: Wed, 2 Oct 2024 09:44:40 -0700 Subject: [PATCH] deps: update browserslist-update-action to 2.4.0 --- .github/workflows/browserslist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'