diff --git a/.github/workflows/integration-codeowner.yml b/.github/workflows/integration-codeowner.yml index 4562423b0..6b5d9b717 100644 --- a/.github/workflows/integration-codeowner.yml +++ b/.github/workflows/integration-codeowner.yml @@ -171,7 +171,7 @@ jobs: - name: Check out repository if: ${{ steps.metadata.outputs.is_valid_command == 'true' && steps.metadata.outputs.accepted == 'true' && steps.metadata.outputs.allowed == 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0