diff --git a/.github/workflows/common_ccdc_status_checks.yml b/.github/workflows/common_ccdc_status_checks.yml index 6dd0552..5a65e02 100644 --- a/.github/workflows/common_ccdc_status_checks.yml +++ b/.github/workflows/common_ccdc_status_checks.yml @@ -5,12 +5,12 @@ # To make changes persistent, please mark this repository with update_status_check: false # or make your changes in the github-repository-management/status_check.yml file name: Common CCDC PR Checks -on: [pull_request] # yamllint disable-line rule:truthy +on: [pull_request] # yamllint disable-line rule:truthy jobs: ccdc-commit-hooks-on-pull-request-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0