From f8221ec2da12f73c83d940d0cc47501050d0b94b Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 6 Apr 2025 20:52:37 +0200 Subject: [PATCH] chore: fix update-dependencies --- .github/workflows/update-dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 6c976b196..b8fcd3b4a 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + ref: dev token: ${{ secrets.GH_TOKEN }} - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4