diff --git a/.github/workflows/daily_job.yml b/.github/workflows/daily_job.yml index 39e45ae57f..c1d4aebbe4 100644 --- a/.github/workflows/daily_job.yml +++ b/.github/workflows/daily_job.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba0b6e0e1e..fefd351744 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: echo "Branch/Ref: ${{ inputs.pull_request_ref || github.ref }}" - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: '${{ inputs.pull_request_repo || github.repository }}' ref: ${{ inputs.pull_request_ref || github.ref }}