Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
# ── 1. Checkout ────────────────────────────────────────────────────────
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7

# ── 2. Install system deps (Linux only) ────────────────────────────────
- name: Install Linux system dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# ── 4. Checkout the tap repo ─────────────────────────────────────────
- name: Checkout homebrew-vidralo tap
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: AIEraDev/homebrew-vidralo
token: ${{ secrets.TAP_GITHUB_TOKEN }} # PAT with repo write access
Expand Down