Skip to content

Commit 2184f8c

Browse files
author
Ben Fritsch
committed
update actions/checkout
1 parent e2f19d9 commit 2184f8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check_changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v6
10+
with:
11+
fetch-depth: 0
1012
- name: Check that CHANGELOG is touched
1113
run: |
1214
cat $GITHUB_EVENT_PATH | jq .pull_request.title | grep -i '\[\(\(changelog skip\)\|\(ci skip\)\)\]' || git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md

0 commit comments

Comments
 (0)