From 605ccf8075134787942cb30504309f4d41fdfa97 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:22:14 -0500 Subject: [PATCH] refactor(web): bump action version --- .github/workflows/web-shadcn-updater.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/web-shadcn-updater.yml b/.github/workflows/web-shadcn-updater.yml index e5b830934..7b773f8d1 100644 --- a/.github/workflows/web-shadcn-updater.yml +++ b/.github/workflows/web-shadcn-updater.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: schedule: - cron: "0 21 * * 5" # Fridays at 4pm Memphis (America/Chicago) - - cron: "55 19 * * 0" # TEMP: Sundays at 2:55pm Memphis (America/Chicago) permissions: contents: write @@ -48,7 +47,7 @@ jobs: - name: Create Pull Request if: steps.diff.outputs.updates == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update shadcn/ui components"