Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/sync-promote-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
call-promote:
uses: paradedb/actions/.github/workflows/reusable-promote.yml@v4
uses: paradedb/actions/.github/workflows/reusable-promote.yml@v5
with:
branch_name: ${{ inputs.branch_name }}
approvers: "philippemnoel,rebasedming,stuhood,mdashti"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
call-rebase:
uses: paradedb/actions/.github/workflows/reusable-rebase.yml@v4
uses: paradedb/actions/.github/workflows/reusable-rebase.yml@v5
with:
github_app_client_id: ${{ vars.PARADEDB_GITHUB_APP_CLIENT_ID }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export UPSTREAM_BRANCH="main"

# 2. Define the URL to the centralized script
# Using the raw content URL from the central repository
CORE_SCRIPT_URL="https://raw.githubusercontent.com/paradedb/actions/v4/scripts/sync-core.sh"
CORE_SCRIPT_URL="https://raw.githubusercontent.com/paradedb/actions/v5/scripts/sync-core.sh"

# 3. Download and source the core logic as an API
TMP_SCRIPT=$(mktemp)
Expand Down
Loading