From 59065cf32c26b95127dcc9358e5eafefd415a7f0 Mon Sep 17 00:00:00 2001 From: Matt Ronchetto Date: Mon, 9 Sep 2024 09:52:23 -0700 Subject: [PATCH] fix: add missing (?) token and update actions/checkout --- .github/workflows/browserslist.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browserslist.yml b/.github/workflows/browserslist.yml index 7bab9e85..4f145d64 100644 --- a/.github/workflows/browserslist.yml +++ b/.github/workflows/browserslist.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure git run: | # Setup for commiting using built-in token. See https://github.com/actions/checkout#push-a-commit-using-the-built-in-token @@ -31,6 +31,7 @@ jobs: - name: Update Browserslist database and create PR if applies uses: c2corg/browserslist-update-action@v2 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