Skip to content
Merged
Changes from 2 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/api-breaking-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout PR head
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: head
fetch-depth: 0
persist-credentials: false

- name: Checkout base ref
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.base_ref }}
path: base
Expand Down
Loading