Skip to content
Merged
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/changelog-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# tool. Running from the base branch prevents us from picking up
# malicious changes that might be in a PR.
- name: Pull base branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: base
ref: ${{ github.base_ref }}
Expand All @@ -39,7 +39,7 @@ jobs:
# All we do with it is inspect the changelog entries introduced,
# if any.
- name: Pull the PR
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: pr
ref: ${{ github.head_ref }}
Expand Down
Loading