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/conote-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# value-based guard below covers the case where the secret is simply unset.
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Secrets cannot be referenced in a job-level `if:`, so surface presence as a
# step output and gate the real work on it. Empty secret => skip with a notice.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conote-upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# and `git rev-list main..upstream/main` have every commit to reason about.
# persist-credentials (default true) leaves a token that can push the branch.
- name: Checkout main (full history)
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: main
Expand Down
Loading