diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 740c52797..a633a8ad6 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -18,7 +18,7 @@ jobs: php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/release_tao_extension.yml b/.github/workflows/release_tao_extension.yml index fb538989a..a3a4beb83 100644 --- a/.github/workflows/release_tao_extension.yml +++ b/.github/workflows/release_tao_extension.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 #avoid unrelated history error token: ${{ secrets.SEMVER_GH_TOKEN }} #bypass branch protection rule diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1a7a4788f..89a673303 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -18,7 +18,7 @@ jobs: name: Sonarqube_CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0