Skip to content

Commit 3603928

Browse files
Updated .github/workflows/common_ccdc_status_checks.yml NO_JIRA
1 parent edb02ae commit 3603928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/common_ccdc_status_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# To make changes persistent, please mark this repository with update_status_check: false
66
# or make your changes in the github-repository-management/status_check.yml file
77
name: Common CCDC PR Checks
8-
on: [pull_request] # yamllint disable-line rule:truthy
8+
on: [pull_request] # yamllint disable-line rule:truthy
99
jobs:
1010
ccdc-commit-hooks-on-pull-request-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
ref: ${{ github.head_ref }}
1616
fetch-depth: 0

0 commit comments

Comments
 (0)