Skip to content

Commit df55463

Browse files
SimplicityGuyclaude
andcommitted
fix: add missing just setup to update-dependencies workflow
The weekly dependency update workflow was failing because the update-project.sh script delegates to just commands but the workflow never installed just on the runner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2a7824c commit df55463

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
python-version: "3.13"
4545

46+
- name: 🔧 Setup Just
47+
uses: extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b # v3
48+
4649
- name: 🔧 Configure git
4750
run: |
4851
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)